Skip to content

Commit

Permalink
Upgrade packages in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Aug 3, 2024
1 parent 9046c60 commit 54e4363
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uvicorn==0.29.0
fastapi==0.111.0
fastapi==0.112.0
python-multipart==0.0.9
websockets==12.0
aiohttp>=3.9.5,<3.10
Expand All @@ -13,11 +13,11 @@ py-cpuinfo==9.0.0
sqlalchemy==2.0.31
aiosqlite==0.20.0
alembic==1.12.1
bcrypt==4.1.2
bcrypt==4.2.0
python-jose[cryptography]==3.3.0
email-validator==2.1.1
watchfiles==0.21.0
zstandard==0.22.0
platformdirs==4.2.1
email-validator==2.2.0
watchfiles==0.22.0
zstandard==0.23.0
platformdirs==4.2.2
importlib-resources>=1.3; python_version <= '3.9'
truststore>=0.9.1; python_version >= '3.10'

0 comments on commit 54e4363

Please sign in to comment.