mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
Upgrade dependencies
This commit is contained in:
parent
f9312764ba
commit
841d3028d6
@ -1,17 +1,19 @@
|
||||
uvicorn==0.15.0
|
||||
fastapi==0.68.2
|
||||
uvicorn==0.17.0
|
||||
fastapi==0.71.0
|
||||
python-multipart==0.0.5
|
||||
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
|
||||
aiohttp==3.8.1 ; python_version >= "3.7"
|
||||
aiohttp==3.7.4.post0 ; python_version < "3.7"
|
||||
async-timeout==4.0.2 ; python_version >= "3.7"
|
||||
async-timeout==3.0.1 ; python_version < "3.7"
|
||||
aiofiles==0.8.0
|
||||
Jinja2==3.0.3
|
||||
sentry-sdk==1.5.0
|
||||
psutil==5.8.0
|
||||
async-timeout==3.0.1
|
||||
sentry-sdk==1.5.2
|
||||
psutil==5.9.0
|
||||
distro==1.6.0
|
||||
py-cpuinfo==8.0.0
|
||||
sqlalchemy==1.4.27
|
||||
sqlalchemy==1.4.29
|
||||
aiosqlite===0.17.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-jose==3.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user