We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd6ef4 + 84c1bcb commit b7962c7Copy full SHA for b7962c7
requirements.txt
@@ -9,7 +9,7 @@ jsonschema==3.2.0
9
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
10
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
11
pytest==7.0.1; python_version < '3.8'
12
-pytest==8.3.2; python_version >= '3.8'
+pytest==8.3.3; python_version >= '3.8'
13
pytest-forked==1.4.0; python_version == '3.6'
14
pytest-forked==1.6.0; python_version >= '3.7'
15
pytest-parallel==0.1.1
0 commit comments