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 d37264e commit 37be2f8Copy full SHA for 37be2f8
python/requirements.txt
@@ -3,5 +3,5 @@ pytest == 7.4.4; python_version in '3.7'
3
pytest == 8.2.2; 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'
+mypy == 1.10.1; python_version in '3.7'
7
mypy == 1.10.1; python_version >= '3.8'
0 commit comments