mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-01 22:03:48 +02:00
Upgrade dependencies
This commit is contained in:
parent
b0c4fc17ad
commit
5155aea923
@ -1,21 +1,21 @@
|
|||||||
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
|
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
|
||||||
fastapi==0.101.1
|
fastapi==0.103.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
websockets==11.0.3
|
websockets==11.0.3
|
||||||
aiohttp>=3.8.5,<3.9
|
aiohttp>=3.8.5,<3.9
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
aiofiles==23.2.1
|
aiofiles==23.2.1
|
||||||
Jinja2>=3.1.2,<3.2
|
Jinja2>=3.1.2,<3.2
|
||||||
sentry-sdk==1.29.2,<1.30
|
sentry-sdk==1.30.0,<1.31
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
distro>=1.8.0
|
distro>=1.8.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
sqlalchemy==2.0.18
|
sqlalchemy==2.0.18
|
||||||
aiosqlite==0.19.0
|
aiosqlite==0.19.0
|
||||||
alembic==1.11.2
|
alembic==1.12.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
email-validator==2.0.0.post2
|
email-validator==2.0.0.post2
|
||||||
watchfiles==0.19.0
|
watchfiles==0.20.0
|
||||||
zstandard==0.21.0
|
zstandard==0.21.0
|
||||||
importlib_resources>=1.3
|
importlib_resources>=1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user