From be979ac96f9cc6c967a10b7e068c76fc39eb0943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:57:04 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v0.931...v1.4.1) --- 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 a942713..11a5a78 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.931; platform_python_implementation == "CPython" +mypy==1.4.1; platform_python_implementation == "CPython" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mypy-plugins>=1.9.1; platform_python_implementation == "CPython"