Skip to content

Commit

Permalink
Require pyjwt>=2.4.0 to avoid CVE-2022-29217
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 13, 2022
1 parent 7d3c3f0 commit 2e5af00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
pynacl>=1.4.0
requests>=2.14.0
pyjwt>=2.0
pyjwt>=2.4.0
sphinx<3
Jinja2<3.1
sphinx-rtd-theme<1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@
python_requires=">=3.6",
install_requires=[
"deprecated",
"pyjwt>=2.0",
"pyjwt>=2.4.0",
"pynacl>=1.4.0",
"requests>=2.14.0",
],
Expand Down

0 comments on commit 2e5af00

Please sign in to comment.