We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf7e7 commit c82df80Copy full SHA for c82df80
python/requirements.txt
@@ -1,6 +1,6 @@
1
pytest == 7.0.1; python_version < '3.7'
2
pytest == 7.4.4; python_version in '3.7'
3
-pytest == 8.0.2; python_version >= '3.8'
+pytest == 8.1.0; python_version >= '3.8'
4
pytest-parametrization == 2022.2.1
5
mypy == 0.971; python_version < '3.7'
6
mypy == 1.4.1; python_version in '3.7'
0 commit comments