mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Upgrade dependencies. Fixes #1917
This commit is contained in:
parent
229a04e2fa
commit
91a6384a59
@ -1,5 +1,5 @@
|
||||
uvicorn==0.14.0
|
||||
fastapi==0.65.1
|
||||
fastapi==0.65.2
|
||||
websockets==9.1
|
||||
python-multipart==0.0.5
|
||||
aiohttp==3.7.4.post0
|
||||
@ -10,10 +10,10 @@ psutil==5.8.0
|
||||
async-timeout==3.0.1
|
||||
distro==1.5.0
|
||||
py-cpuinfo==8.0.0
|
||||
sqlalchemy==1.4.17
|
||||
sqlalchemy==1.4.18
|
||||
aiosqlite===0.17.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-jose==3.2.0
|
||||
python-jose==3.3.0
|
||||
email-validator==1.1.2
|
||||
async-exit-stack==1.0.1 ; python_version < "3.7"
|
||||
async-generator==1.10 ; python_version < "3.7"
|
||||
|
@ -1,4 +1,4 @@
|
||||
-r requirements.txt
|
||||
|
||||
pywin32==300
|
||||
pywin32==301
|
||||
wmi==1.5.1
|
||||
|
Loading…
Reference in New Issue
Block a user