Skip to content

Commit

Permalink
Merge pull request #26 from oliv10/renovate/fastapi-0.x
Browse files Browse the repository at this point in the history
Update dependency fastapi to ~=0.112.0
  • Loading branch information
renovate[bot] authored Aug 2, 2024
2 parents 2956f86 + 12b6a2c commit c66ca6f
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 @@ -8,7 +8,7 @@
version='0.1.0',
packages=find_packages(),
install_requires=[
'fastapi~=0.111.0',
'fastapi~=0.112.0',
'PyJWT~=2.9.0',
'redis~=5.0.7',
'passlib~=1.7.4'
Expand Down

0 comments on commit c66ca6f

Please sign in to comment.