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.
1 parent 1ce9cdb commit e16cc5dCopy full SHA for e16cc5d
requirements.txt
@@ -30,8 +30,8 @@ pytest-rerunfailures==14.0; python_version == "3.8"
30
pytest-timeout==2.3.1
31
pytest-xdist==3.6.1
32
33
-pytest==8.3.4; python_version > "3.8"
34
-pytest==7.4.4; python_version == "3.8"
+pytest==8.4.1; python_version > "3.8"
+pytest==8.4.1; python_version == "3.8"
35
36
quart==0.20.0; python_version > "3.8"
37
quart==0.19.9; python_version == "3.8"
0 commit comments