We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7583887 commit b1854ccCopy full SHA for b1854cc
requirements.txt
@@ -2,7 +2,7 @@ backoff==2.2.1
2
cryptography==42.0.7
3
flake8==3.7.9
4
mock==2.0.0
5
-PyJWT==2.8.0
+PyJWT==2.9.0
6
pylint==2.8.0
7
python-dateutil==2.8.2
8
requests==2.31.0
setup.py
@@ -23,7 +23,7 @@
23
"requests~=2.7",
24
"backoff~=2.1",
25
"python-dateutil~=2.2",
26
- "PyJWT~=2.8.0"
+ "PyJWT~=2.8"
27
]
28
29
tests_require = [
0 commit comments