mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Upgrade dependencies
This commit is contained in:
parent
1591ca114d
commit
af2b5c3448
@ -4,5 +4,5 @@ pytest==7.3.1
|
|||||||
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
|
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
|
||||||
pytest-timeout==2.1.0
|
pytest-timeout==2.1.0
|
||||||
pytest-asyncio==0.21.0
|
pytest-asyncio==0.21.0
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
httpx==0.24.0
|
httpx==0.24.0
|
@ -1,4 +1,4 @@
|
|||||||
uvicorn==0.21.1
|
uvicorn==0.22.0
|
||||||
fastapi==0.95.1
|
fastapi==0.95.1
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
websockets==11.0.2
|
websockets==11.0.2
|
||||||
@ -6,13 +6,13 @@ aiohttp>=3.8.4,<3.9
|
|||||||
async-timeout==4.0.2
|
async-timeout==4.0.2
|
||||||
aiofiles==23.1.0
|
aiofiles==23.1.0
|
||||||
Jinja2>=3.1.2,<3.2
|
Jinja2>=3.1.2,<3.2
|
||||||
sentry-sdk==1.20.0,<1.21
|
sentry-sdk==1.21.1,<1.22
|
||||||
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.10
|
sqlalchemy==2.0.12
|
||||||
aiosqlite==0.19.0
|
aiosqlite==0.19.0
|
||||||
alembic==1.10.3
|
alembic==1.10.4
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
email-validator==1.3.1
|
email-validator==1.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user