Upgrade dependencies

This commit is contained in:
grossmj
2026-01-24 19:21:41 +08:00
parent 8593357ab0
commit de5ad831e2
2 changed files with 6 additions and 8 deletions

View File

@@ -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

View File

@@ -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'