Skip to content

Commit 6280fe8

Browse files
authored
fix(deps): Bump jsonpickle to fix CVE-2020-22083 (#234)
1 parent 81e2910 commit 6280fe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ sphinx-autodoc-typehints
55
certifi>=2018.4.16
66
expiringdict>=1.1.4
77
pyRFC3339>=1.0
8-
jsonpickle==0.9.3
8+
jsonpickle>1.4.1
99
semver>=2.7.9
1010
urllib3>=1.22.0,<3

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest>=2.8
33
redis>=2.10.5,<3.0.0
44
boto3>=1.9.71,<2.0.0
55
coverage>=4.4
6-
jsonpickle==0.9.3
6+
jsonpickle>1.4.1
77
pytest-cov>=2.4.0
88
pytest-mypy==0.8.1
99
mypy==0.910

0 commit comments

Comments
 (0)