Skip to content

Commit 54e4363

Browse files
committed
Upgrade packages in requirements.txt
1 parent 9046c60 commit 54e4363

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
uvicorn==0.29.0
2-
fastapi==0.111.0
2+
fastapi==0.112.0
33
python-multipart==0.0.9
44
websockets==12.0
55
aiohttp>=3.9.5,<3.10
@@ -13,11 +13,11 @@ py-cpuinfo==9.0.0
1313
sqlalchemy==2.0.31
1414
aiosqlite==0.20.0
1515
alembic==1.12.1
16-
bcrypt==4.1.2
16+
bcrypt==4.2.0
1717
python-jose[cryptography]==3.3.0
18-
email-validator==2.1.1
19-
watchfiles==0.21.0
20-
zstandard==0.22.0
21-
platformdirs==4.2.1
18+
email-validator==2.2.0
19+
watchfiles==0.22.0
20+
zstandard==0.23.0
21+
platformdirs==4.2.2
2222
importlib-resources>=1.3; python_version <= '3.9'
2323
truststore>=0.9.1; python_version >= '3.10'

0 commit comments

Comments
 (0)