mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Update dependencies
This commit is contained in:
parent
72a4d0df4e
commit
1bbecf1ceb
@ -1,8 +1,8 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
flake8==5.0.4
|
flake8==6.0.0
|
||||||
pytest-timeout==2.1.0
|
pytest-timeout==2.1.0
|
||||||
pytest-asyncio==0.19.0
|
pytest-asyncio==0.20.3
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
httpx==0.23.0
|
httpx==0.23.1
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
uvicorn==0.18.3
|
uvicorn==0.20.0
|
||||||
fastapi==0.85.0
|
fastapi==0.88.0
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.5
|
||||||
websockets==10.3
|
websockets==10.4
|
||||||
aiohttp>=3.8.3,<3.9
|
aiohttp>=3.8.3,<3.9
|
||||||
async-timeout==4.0.2
|
async-timeout==4.0.2
|
||||||
aiofiles==0.8.0
|
aiofiles==22.1.0
|
||||||
Jinja2>=3.1.2,<3.2
|
Jinja2>=3.1.2,<3.2
|
||||||
sentry-sdk==1.10.1,<1.11
|
sentry-sdk==1.12.1,<1.13
|
||||||
psutil==5.9.2
|
psutil==5.9.4
|
||||||
distro>=1.7.0
|
distro>=1.7.0
|
||||||
py-cpuinfo==8.0.0
|
py-cpuinfo==9.0.0
|
||||||
sqlalchemy==1.4.40
|
sqlalchemy==1.4.45
|
||||||
aiosqlite==0.17.0
|
aiosqlite==0.18.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
email-validator==1.2.1
|
email-validator==1.3.0
|
||||||
watchfiles==0.16.1
|
watchfiles==0.18.1
|
||||||
zstandard==0.18.0
|
zstandard==0.19.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