From 1e776905cf9a962129e973be72cef4368f82f9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:34:36 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.7.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 00b0bd6..e51702f 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.7.0; platform_python_implementation == "CPython" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mypy-plugins>=1.9.1; platform_python_implementation == "CPython"