Require pyjwt>=2.4.0 to avoid CVE-2022-29217 (#2333)

This commit is contained in:
Hugo van Kemenade
2022-10-25 11:08:36 +08:00
committed by GitHub
parent 437ff8452a
commit a71cd37a86
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -106,7 +106,7 @@ if __name__ == "__main__":
python_requires=">=3.7",
install_requires=[
"deprecated",
"pyjwt>=2.0",
"pyjwt>=2.4.0",
"pynacl>=1.4.0",
"requests>=2.14.0",
],