From 50423e95c215d21ceef0a5a6471e376fca715bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:54:53 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.10.1) --- 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..b8915a33 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.1', ], 'dev': [ 'tox>=3.14.5,<4',