Skip to content

Commit

Permalink
Merge pull request #37 from oliv10/renovate/pyjwt-2.x
Browse files Browse the repository at this point in the history
Update dependency PyJWT to ~=2.10.0
  • Loading branch information
renovate[bot] authored Nov 17, 2024
2 parents 9283654 + d68f830 commit 6254c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=find_packages(),
install_requires=[
'fastapi~=0.115.0',
'PyJWT~=2.9.0',
'PyJWT~=2.10.0',
'redis~=5.2.0',
'passlib~=1.7.4'
],
Expand Down

0 comments on commit 6254c88

Please sign in to comment.