From 6dde839c947c42151f60f8e7c3c591bbcd92e6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:43:53 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.971...1.9.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..00e24b0 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.9.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"