1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Upgrade dependencies

This commit is contained in:
grossmj 2023-03-17 16:23:48 +10:00
parent d867e1f1c1
commit c33a13fd45
2 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,8 @@
-r requirements.txt
pytest==7.2.0
pytest==7.2.2
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
pytest-timeout==2.1.0
pytest-asyncio==0.20.3
requests==2.28.1
httpx==0.23.1
requests==2.28.2
httpx==0.23.3

View File

@ -1,22 +1,22 @@
uvicorn==0.20.0
fastapi==0.92.0
uvicorn==0.2.0
fastapi==0.94.1
python-multipart==0.0.5
websockets==10.4
aiohttp>=3.8.3,<3.9
aiohttp>=3.8.4,<3.9
async-timeout==4.0.2
aiofiles==22.1.0
aiofiles==23.1.0
Jinja2>=3.1.2,<3.2
sentry-sdk==1.12.1,<1.13
sentry-sdk==1.17.0,<1.18
psutil==5.9.4
distro>=1.7.0
distro>=1.8.0
py-cpuinfo==9.0.0
sqlalchemy==1.4.45
sqlalchemy==2.0.6
aiosqlite==0.18.0
alembic==1.9.1
alembic==1.10.2
passlib[bcrypt]==1.7.4
python-jose==3.3.0
email-validator==1.3.0
email-validator==1.3.1
watchfiles==0.18.1
zstandard==0.19.0
zstandard==0.20.0
importlib_resources>=1.3
setuptools>=60.8.1