From 2bdbc07e79736758c29850f2bcc7725524b06c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:45:47 +0300 Subject: [PATCH] Bump mypy from 0.961 to 0.971 (#741) Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Serhiy Storchaka --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a388d7f7..eec90b18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ console_scripts = [options.extras_require] dev = - mypy==0.961 + mypy==0.971 pre-commit==2.20.0 codecov==2.1.12 pytest==7.1.2