mirror of
https://github.com/GNS3/gns3-server
synced 2025-06-25 09:22:39 +00:00
Upgrade dependencies
This commit is contained in:
parent
8e6f5d2b57
commit
2ac3e0b39f
@ -1,21 +1,21 @@
|
|||||||
uvicorn==0.34.0 # uvicorn 0.33 is the last version supporting Python 3.8
|
uvicorn==0.34.1 # uvicorn 0.33 is the last version supporting Python 3.8
|
||||||
pydantic==2.10.6
|
pydantic==2.11.3
|
||||||
fastapi==0.115.11
|
fastapi==0.115.12
|
||||||
python-multipart==0.0.20
|
python-multipart==0.0.20
|
||||||
websockets==15.0
|
websockets==15.0.1
|
||||||
aiohttp>=3.11.13,<3.12
|
aiohttp>=3.11.13,<3.12
|
||||||
async-timeout==5.0.1; python_version < '3.11'
|
async-timeout==5.0.1; python_version < '3.11'
|
||||||
aiofiles>=24.1.0,<25.0
|
aiofiles>=24.1.0,<25.0
|
||||||
Jinja2>=3.1.6,<3.2
|
Jinja2>=3.1.6,<3.2
|
||||||
sentry-sdk>=2.19.2,<2.20 # optional dependency
|
sentry-sdk>=2.26.1,<2.27 # optional dependency
|
||||||
psutil>=6.1.1
|
psutil>=7.0.0
|
||||||
async-timeout>=5.0.1,<5.1
|
async-timeout>=5.0.1,<5.1
|
||||||
distro>=1.9.0
|
distro>=1.9.0
|
||||||
py-cpuinfo>=9.0.0,<10.0
|
py-cpuinfo>=9.0.0,<10.0
|
||||||
greenlet==3.1.1 # necessary to run sqlalchemy on Python 3.13
|
greenlet==3.2.0 # necessary to run sqlalchemy on Python 3.13
|
||||||
sqlalchemy==2.0.38
|
sqlalchemy==2.0.40
|
||||||
aiosqlite==0.21.0
|
aiosqlite==0.21.0
|
||||||
alembic==1.15.1
|
alembic==1.15.2
|
||||||
bcrypt==4.3.0
|
bcrypt==4.3.0
|
||||||
joserfc==1.0.4
|
joserfc==1.0.4
|
||||||
email-validator==2.2.0
|
email-validator==2.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user