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 cbf30ba commit f5df369Copy full SHA for f5df369
python/requirements.txt
@@ -3,7 +3,7 @@ pytest == 8.3.5; python_version in '3.8'
3
pytest == 7.4.4; python_version in '3.7'
4
pytest == 7.0.1; python_version < '3.7'
5
pytest-parametrization == 2022.2.1
6
-mypy == 1.16.0; python_version >= '3.9'
+mypy == 1.16.1; python_version >= '3.9'
7
mypy == 1.14.1; python_version in '3.8'
8
mypy == 1.4.1; python_version in '3.7'
9
mypy == 0.971; python_version < '3.7'
0 commit comments