From 1252739b7f1c1511ee7783a72e13fc64ecbc7d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:16:14 +0000 Subject: [PATCH] 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](https://github.com/python/mypy/compare/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] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6d7231c..1f09ceb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1 domdf-python-tools[testing]>=2.0.1 importlib-metadata>=3.6.0 iniconfig!=1.1.0,>=1.0.1 -mypy==0.971; platform_python_implementation == "CPython" +mypy==1.13.0; platform_python_implementation == "CPython" psutil>=5.9.6; platform_python_implementation == "PyPy" and platform_system != "Windows" psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system == "Windows" psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system != "Windows"