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 313e18e commit 1252739Copy full SHA for 1252739
tests/requirements.txt
@@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
6
domdf-python-tools[testing]>=2.0.1
7
importlib-metadata>=3.6.0
8
iniconfig!=1.1.0,>=1.0.1
9
-mypy==0.971; platform_python_implementation == "CPython"
+mypy==1.13.0; platform_python_implementation == "CPython"
10
psutil>=5.9.6; platform_python_implementation == "PyPy" and platform_system != "Windows"
11
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system == "Windows"
12
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system != "Windows"
0 commit comments