mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-21 00:43:47 +02:00
Upgrade dependencies
This commit is contained in:
parent
91920e5a5b
commit
b8e81ad9bc
@ -1,8 +1,8 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
pytest==6.1.2
|
pytest==6.2.2
|
||||||
flake8==3.8.4
|
flake8==3.9.0
|
||||||
pytest-timeout==1.4.2
|
pytest-timeout==1.4.2
|
||||||
pytest-asyncio==0.14.0
|
pytest-asyncio==0.14.0
|
||||||
requests==2.24.0
|
requests==2.25.1
|
||||||
httpx==0.16.1
|
httpx==0.17.1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
[pytest]
|
|
||||||
log_level=NOTSET
|
|
||||||
ignore=env
|
|
@ -1,18 +1,18 @@
|
|||||||
uvicorn==0.13.3
|
uvicorn==0.13.4
|
||||||
fastapi==0.63.0
|
fastapi==0.63.0
|
||||||
websockets==8.1
|
websockets==8.1
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.5
|
||||||
aiohttp==3.7.2
|
aiohttp==3.7.4
|
||||||
aiofiles==0.6.0
|
aiofiles==0.6.0
|
||||||
Jinja2==2.11.2
|
Jinja2==2.11.3
|
||||||
sentry-sdk==0.19.2
|
sentry-sdk==1.0.0
|
||||||
psutil==5.7.3
|
psutil==5.8.0
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
py-cpuinfo==7.0.0
|
py-cpuinfo==7.0.0
|
||||||
sqlalchemy==1.4.3
|
sqlalchemy==1.4.4
|
||||||
aiosqlite===0.17.0
|
aiosqlite===0.17.0
|
||||||
passlib[bcrypt]==1.7.2
|
passlib[bcrypt]==1.7.4
|
||||||
python-jose==3.2.0
|
python-jose==3.2.0
|
||||||
email-validator==1.1.2
|
email-validator==1.1.2
|
||||||
async-exit-stack==1.0.1 ; python_version < "3.7"
|
async-exit-stack==1.0.1 ; python_version < "3.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user