mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-27 00:11:07 +00:00
Upgrade dependencies
This commit is contained in:
parent
66157a335d
commit
1591ca114d
@ -1,8 +1,8 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
pytest==7.2.2
|
pytest==7.3.1
|
||||||
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.20.3
|
pytest-asyncio==0.21.0
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
httpx==0.23.3
|
httpx==0.24.0
|
@ -1,22 +1,22 @@
|
|||||||
uvicorn==0.21.1
|
uvicorn==0.21.1
|
||||||
fastapi==0.95.0
|
fastapi==0.95.1
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.6
|
||||||
websockets==10.4
|
websockets==11.0.2
|
||||||
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.17.0,<1.18
|
sentry-sdk==1.20.0,<1.21
|
||||||
psutil==5.9.4
|
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.6
|
sqlalchemy==2.0.10
|
||||||
aiosqlite==0.18.0
|
aiosqlite==0.19.0
|
||||||
alembic==1.10.2
|
alembic==1.10.3
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
email-validator==1.3.1
|
email-validator==1.3.1
|
||||||
watchfiles==0.18.1
|
watchfiles==0.19.0
|
||||||
zstandard==0.20.0
|
zstandard==0.21.0
|
||||||
importlib_resources>=1.3
|
importlib_resources>=1.3
|
||||||
setuptools>=60.8.1
|
setuptools>=60.8.1
|
||||||
|
Loading…
Reference in New Issue
Block a user