From 65ec022858ca2ea92056cdd86be49442361f7208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:33:35 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.931...1.9.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..bb4141c3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): ], 'lint': [ 'flake8>=3.7,<5', - 'mypy==0.931', + 'mypy==1.9.0', ], 'dev': [ 'tox>=3.14.5,<4',