Skip to content

Commit

Permalink
Merge pull request #28 from oliv10/renovate/fastapi-0.x
Browse files Browse the repository at this point in the history
Update dependency fastapi to ~=0.113.0
  • Loading branch information
renovate[bot] authored Sep 5, 2024
2 parents 2efae80 + 33be8f9 commit 85e00f3
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.112.0',
'fastapi~=0.113.0',
'PyJWT~=2.9.0',
'redis~=5.0.7',
'passlib~=1.7.4'
Expand Down

0 comments on commit 85e00f3

Please sign in to comment.