From 862ff1f2fb3c6e5885cbc76254db7f24a9b2172b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 08:08:50 +0000 Subject: [PATCH] Bump mypy from 0.931 to 0.942 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.942. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v0.942) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af3edf23..e8de0401 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): ], 'lint': [ 'flake8>=3.7,<5', - 'mypy==0.931', + 'mypy==0.942', ], 'dev': [ 'tox>=3.14.5,<4',