mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Upgrade dependencies
This commit is contained in:
parent
6120736c91
commit
e614ed79f4
@ -1,6 +1,6 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pytest==5.4.3
|
pytest==6.2.3
|
||||||
flake8==3.8.3
|
flake8==3.9.0
|
||||||
pytest-timeout==1.4.1
|
pytest-timeout==1.4.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.2.20dev1"
|
__version__ = "2.2.20dev2"
|
||||||
__version_info__ = (2, 2, 20, 99)
|
__version_info__ = (2, 2, 20, 99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
aiohttp==3.6.2
|
aiohttp==3.7.4.post0
|
||||||
aiohttp-cors==0.7.0
|
aiohttp-cors==0.7.0
|
||||||
aiofiles==0.5.0
|
aiofiles==0.6.0
|
||||||
Jinja2==2.11.3
|
Jinja2==2.11.3
|
||||||
sentry-sdk>=0.14.4
|
sentry-sdk==1.0.0
|
||||||
psutil==5.6.7
|
psutil==5.8.0
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
distro>=1.3.0
|
distro==1.5.0
|
||||||
py-cpuinfo==7.0.0
|
py-cpuinfo==7.0.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pywin32>=223
|
pywin322==300
|
||||||
wmi==1.5.1
|
wmi==1.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user