Skip to content

Commit 2956f86

Browse files
Merge pull request #25 from oliv10/renovate/pyjwt-2.x
Update dependency PyJWT to ~=2.9.0
2 parents 376a40b + 265038a commit 2956f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
packages=find_packages(),
1010
install_requires=[
1111
'fastapi~=0.111.0',
12-
'PyJWT~=2.8.0',
12+
'PyJWT~=2.9.0',
1313
'redis~=5.0.7',
1414
'passlib~=1.7.4'
1515
],

0 commit comments

Comments
 (0)