mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
Upgrade dependencies
This commit is contained in:
parent
427bbc40b9
commit
bfb317a302
@ -1,6 +1,6 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
pytest==7.3.2
|
pytest==7.4.0
|
||||||
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
|
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
|
||||||
pytest-timeout==2.1.0
|
pytest-timeout==2.1.0
|
||||||
pytest-asyncio==0.21.0
|
pytest-asyncio==0.21.0
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
uvicorn==0.22.0
|
uvicorn==0.22.0
|
||||||
fastapi==0.97.0
|
fastapi==0.98.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
websockets==11.0.3
|
websockets==11.0.3
|
||||||
aiohttp>=3.8.4,<3.9
|
aiohttp>=3.8.4,<3.9
|
||||||
async-timeout==4.0.2
|
async-timeout==4.0.2
|
||||||
aiofiles==23.1.0
|
aiofiles==23.1.0
|
||||||
Jinja2>=3.1.2,<3.2
|
Jinja2>=3.1.2,<3.2
|
||||||
sentry-sdk==1.25.1,<1.26
|
sentry-sdk==1.26.0,<1.27
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
distro>=1.8.0
|
distro>=1.8.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
sqlalchemy==2.0.16
|
sqlalchemy==2.0.17
|
||||||
aiosqlite==0.19.0
|
aiosqlite==0.19.0
|
||||||
alembic==1.11.1
|
alembic==1.11.1
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
|
Loading…
Reference in New Issue
Block a user