Skip to content

Commit b1854cc

Browse files
authored
Update PyJWT & loosen dependency contraint (#477)
* Update PyJWT to 2.9.0 * Loosen dependency constraint for PyJWT
1 parent 7583887 commit b1854cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ backoff==2.2.1
22
cryptography==42.0.7
33
flake8==3.7.9
44
mock==2.0.0
5-
PyJWT==2.8.0
5+
PyJWT==2.9.0
66
pylint==2.8.0
77
python-dateutil==2.8.2
88
requests==2.31.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"requests~=2.7",
2424
"backoff~=2.1",
2525
"python-dateutil~=2.2",
26-
"PyJWT~=2.8.0"
26+
"PyJWT~=2.8"
2727
]
2828

2929
tests_require = [

0 commit comments

Comments
 (0)