Skip to content

Commit a71cd37

Browse files
authored
Require pyjwt>=2.4.0 to avoid CVE-2022-29217 (#2333)
1 parent 437ff84 commit a71cd37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pynacl>=1.4.0
22
requests>=2.14.0
3-
pyjwt>=2.0
3+
pyjwt>=2.4.0
44
sphinx<3
55
Jinja2<3.1
66
sphinx-rtd-theme<1.1

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
python_requires=">=3.7",
107107
install_requires=[
108108
"deprecated",
109-
"pyjwt>=2.0",
109+
"pyjwt>=2.4.0",
110110
"pynacl>=1.4.0",
111111
"requests>=2.14.0",
112112
],

0 commit comments

Comments
 (0)