mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 09:14:52 +02:00
Upgrade dependencies
This commit is contained in:
parent
ce55ec73a4
commit
a970d4c4d8
@ -1,8 +1,8 @@
|
||||
-r requirements.txt
|
||||
|
||||
pytest==6.2.4
|
||||
flake8==3.9.1
|
||||
flake8==3.9.2
|
||||
pytest-timeout==1.4.2
|
||||
pytest-asyncio==0.15.1
|
||||
requests==2.25.1
|
||||
httpx==0.18.1
|
||||
requests==2.26.0
|
||||
httpx==0.18.2
|
||||
|
@ -1,19 +1,19 @@
|
||||
uvicorn==0.14.0
|
||||
fastapi==0.65.2
|
||||
fastapi==0.68.0
|
||||
websockets==9.1
|
||||
python-multipart==0.0.5
|
||||
aiohttp==3.7.4.post0
|
||||
aiofiles==0.7.0
|
||||
Jinja2==3.0.1
|
||||
sentry-sdk==1.1.0
|
||||
sentry-sdk==1.3.1
|
||||
psutil==5.8.0
|
||||
async-timeout==3.0.1
|
||||
distro==1.5.0
|
||||
distro==1.6.0
|
||||
py-cpuinfo==8.0.0
|
||||
sqlalchemy==1.4.18
|
||||
sqlalchemy==1.4.22
|
||||
aiosqlite===0.17.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-jose==3.3.0
|
||||
email-validator==1.1.2
|
||||
email-validator==1.1.3
|
||||
async-exit-stack==1.0.1 ; python_version < "3.7"
|
||||
async-generator==1.10 ; python_version < "3.7"
|
||||
|
Loading…
Reference in New Issue
Block a user