mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-16 23:10:47 +03:00
Upgrade pytest and jsonschema dependencies
This commit is contained in:
parent
44d4a426b5
commit
dd87ccff4d
@ -1,6 +1,7 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pytest==8.4.2 # version 8.4.2 is the last one supporting Python 3.9
|
pytest==8.4.2; python_version == '3.9' # version 8.4.2 is the last one supporting Python 3.9
|
||||||
|
pytest==9.0.2; python_version >= '3.10'
|
||||||
flake8==7.3.0
|
flake8==7.3.0
|
||||||
pytest-timeout==2.4.0
|
pytest-timeout==2.4.0
|
||||||
pytest-aiohttp==1.1.0
|
pytest-aiohttp==1.1.0
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
jsonschema>=4.25.1,<4.26 # version 4.25.1 is the last to support Python 3.9
|
jsonschema==4.25.1; python_version == '3.9' # version 4.25.1 is the last to support Python 3.9
|
||||||
|
jsonschema>=4.26.0,<4.27; python_version >= '3.10'
|
||||||
aiohttp>=3.13.3,<3.14
|
aiohttp>=3.13.3,<3.14
|
||||||
aiohttp-cors>=0.8.1,<0.9
|
aiohttp-cors>=0.8.1,<0.9
|
||||||
aiofiles>=25.1.0,<26.0
|
aiofiles>=25.1.0,<26.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user