From 53fb96aeabb5e08855752ca0c3775d7738c2b354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:56:52 +0000 Subject: [PATCH] Bump mypy from 0.910 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-mypy.txt b/tests/requirements-mypy.txt index 68949c512..7d5ed04d6 100644 --- a/tests/requirements-mypy.txt +++ b/tests/requirements-mypy.txt @@ -1 +1 @@ -mypy==0.910; implementation_name == "cpython" +mypy==1.0.1; implementation_name == "cpython"