Skip to content

Commit

Permalink
fix(deps): Bump jsonpickle to fix CVE-2020-22083 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 14, 2023
1 parent 81e2910 commit 6280fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sphinx-autodoc-typehints
certifi>=2018.4.16
expiringdict>=1.1.4
pyRFC3339>=1.0
jsonpickle==0.9.3
jsonpickle>1.4.1
semver>=2.7.9
urllib3>=1.22.0,<3
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest>=2.8
redis>=2.10.5,<3.0.0
boto3>=1.9.71,<2.0.0
coverage>=4.4
jsonpickle==0.9.3
jsonpickle>1.4.1
pytest-cov>=2.4.0
pytest-mypy==0.8.1
mypy==0.910

0 comments on commit 6280fe8

Please sign in to comment.