From adcbb513c62ede1ab297a916d526c75f8c495db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 08:57:34 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 395dce53..5b96af2a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): ], 'lint': [ 'flake8>=3.7,<5', - 'mypy==0.931', + 'mypy==1.2.0', ], 'dev': [ 'tox>=3.14.5,<4',