1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Upgrade packages in requirements.txt

This commit is contained in:
grossmj 2024-08-03 16:35:17 +02:00
parent 9046c60811
commit 54e436394f
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -1,5 +1,5 @@
uvicorn==0.29.0 uvicorn==0.29.0
fastapi==0.111.0 fastapi==0.112.0
python-multipart==0.0.9 python-multipart==0.0.9
websockets==12.0 websockets==12.0
aiohttp>=3.9.5,<3.10 aiohttp>=3.9.5,<3.10
@ -13,11 +13,11 @@ py-cpuinfo==9.0.0
sqlalchemy==2.0.31 sqlalchemy==2.0.31
aiosqlite==0.20.0 aiosqlite==0.20.0
alembic==1.12.1 alembic==1.12.1
bcrypt==4.1.2 bcrypt==4.2.0
python-jose[cryptography]==3.3.0 python-jose[cryptography]==3.3.0
email-validator==2.1.1 email-validator==2.2.0
watchfiles==0.21.0 watchfiles==0.22.0
zstandard==0.22.0 zstandard==0.23.0
platformdirs==4.2.1 platformdirs==4.2.2
importlib-resources>=1.3; python_version <= '3.9' importlib-resources>=1.3; python_version <= '3.9'
truststore>=0.9.1; python_version >= '3.10' truststore>=0.9.1; python_version >= '3.10'