1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-14 04:19:00 +00:00

Upgrade dependencies

This commit is contained in:
grossmj 2023-04-30 23:17:01 -10:00
parent 1591ca114d
commit af2b5c3448
2 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,5 @@ pytest==7.3.1
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
pytest-timeout==2.1.0
pytest-asyncio==0.21.0
requests==2.28.2
requests==2.29.0
httpx==0.24.0

View File

@ -1,4 +1,4 @@
uvicorn==0.21.1
uvicorn==0.22.0
fastapi==0.95.1
python-multipart==0.0.6
websockets==11.0.2
@ -6,13 +6,13 @@ aiohttp>=3.8.4,<3.9
async-timeout==4.0.2
aiofiles==23.1.0
Jinja2>=3.1.2,<3.2
sentry-sdk==1.20.0,<1.21
sentry-sdk==1.21.1,<1.22
psutil==5.9.5
distro>=1.8.0
py-cpuinfo==9.0.0
sqlalchemy==2.0.10
sqlalchemy==2.0.12
aiosqlite==0.19.0
alembic==1.10.3
alembic==1.10.4
passlib[bcrypt]==1.7.4
python-jose==3.3.0
email-validator==1.3.1