Skip to content

Commit 1252739

Browse files
Bump mypy from 0.971 to 1.13.0
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.971...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 313e18e commit 1252739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
66
domdf-python-tools[testing]>=2.0.1
77
importlib-metadata>=3.6.0
88
iniconfig!=1.1.0,>=1.0.1
9-
mypy==0.971; platform_python_implementation == "CPython"
9+
mypy==1.13.0; platform_python_implementation == "CPython"
1010
psutil>=5.9.6; platform_python_implementation == "PyPy" and platform_system != "Windows"
1111
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system == "Windows"
1212
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system != "Windows"

0 commit comments

Comments
 (0)