mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-04-26 13:59:56 +00:00
Upgrade dependencies
This commit is contained in:
parent
0c3f6712b4
commit
2659ab2c35
@ -1,25 +1,25 @@
|
|||||||
uvicorn==0.33.0 # uvicorn 0.33 is the last version supporting Python 3.8
|
uvicorn==0.34.0 # uvicorn 0.33 is the last version supporting Python 3.8
|
||||||
pydantic==2.10.4
|
pydantic==2.10.6
|
||||||
fastapi==0.115.7
|
fastapi==0.115.8
|
||||||
python-multipart==0.0.20
|
python-multipart==0.0.20
|
||||||
websockets==14.1
|
websockets==15.0
|
||||||
aiohttp>=3.10.10,<3.11
|
aiohttp>=3.11.12,<3.13
|
||||||
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.5,<3.2
|
Jinja2>=3.1.5,<3.2
|
||||||
sentry-sdk>=2.19.2,<2.20 # optional dependency
|
sentry-sdk>=2.22,<2.23 # optional dependency
|
||||||
psutil>=6.1.1
|
psutil>=7.0.0
|
||||||
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.1.1 # necessary to run sqlalchemy on Python 3.13
|
||||||
sqlalchemy==2.0.36
|
sqlalchemy==2.0.38
|
||||||
aiosqlite==0.20.0
|
aiosqlite==0.21.0
|
||||||
alembic==1.14.0
|
alembic==1.14.1
|
||||||
bcrypt==4.2.1
|
bcrypt==4.2.1
|
||||||
joserfc==1.0.1
|
joserfc==1.0.3
|
||||||
email-validator==2.2.0
|
email-validator==2.2.0
|
||||||
watchdog==6.0.0
|
watchdog==6.0.0
|
||||||
zstandard==0.23.0
|
zstandard==0.23.0
|
||||||
platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
|
platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
|
||||||
importlib-resources>=1.3; python_version <= '3.9'
|
importlib-resources>=1.3; python_version <= '3.9'
|
||||||
truststore>=0.10.0; python_version >= '3.10'
|
truststore>=0.10.1; python_version >= '3.10'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user