mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Upgrade dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-rrequirements.txt
|
||||
|
||||
pytest==8.3.2
|
||||
pytest-timeout==2.3.1
|
||||
pytest==8.4.2 # version 8.4.2 is the last one supporting Python 3.9
|
||||
pytest-timeout==2.4.0
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
jsonschema>=4.23,<4.24
|
||||
sentry-sdk>=2.44.0,<2.45 # optional dependency
|
||||
psutil>=7.1.3
|
||||
jsonschema>=4.25.1,<4.26 # version 4.25.1 is the last to support Python 3.9
|
||||
sentry-sdk>=2.50.0,<3 # optional dependency
|
||||
psutil>=7.2.1
|
||||
distro>=1.9.0
|
||||
truststore>=0.10.0; python_version >= '3.10'
|
||||
importlib-resources>=1.3; python_version < '3.9'
|
||||
|
||||
truststore>=0.10.4; python_version >= '3.10'
|
||||
|
||||
Reference in New Issue
Block a user