From a20d91ef55b984a0f31e7afd3b0aca6d90e11e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:50:32 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.10.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..2769b3ba 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): ], 'lint': [ 'flake8>=3.7,<5', - 'mypy==0.931', + 'mypy==1.10.0', ], 'dev': [ 'tox>=3.14.5,<4',