From c0d9a03ecee6511e7b85a1ae9798ec2092fc6d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:01:23 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d9d6fdded1..f06bd49f23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ flake8==5.0.4 flake8-noqa==1.2.9 mock==4.0.3 -mypy==0.971 +mypy==1.0.0 pytest==7.1.3 typing-extensions==4.3.0