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

Upgrade dependencies

This commit is contained in:
grossmj 2021-11-24 17:48:58 +10:30
parent 25466a9958
commit 928966ea5f
2 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
-r requirements.txt
pytest==6.2.4
flake8==3.9.2
pytest-timeout==1.4.2
pytest-asyncio==0.15.1
pytest==6.2.5
flake8==4.0.1
pytest-timeout==2.0.1
pytest-asyncio==0.16.0
requests==2.26.0
httpx==0.18.2
httpx==0.21.1

View File

@ -1,17 +1,17 @@
uvicorn==0.15.0
fastapi==0.68.2
websockets==10.0 ; python_version >= "3.7"
websockets==10.1 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
python-multipart==0.0.5
aiohttp==3.7.4.post0
aiofiles==0.7.0
Jinja2==3.0.2
sentry-sdk==1.4.3
Jinja2==3.0.3
sentry-sdk==1.5.0
psutil==5.8.0
async-timeout==3.0.1
distro==1.6.0
py-cpuinfo==8.0.0
sqlalchemy==1.4.26
sqlalchemy==1.4.27
aiosqlite===0.17.0
passlib[bcrypt]==1.7.4
python-jose==3.3.0