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