From a147755d139a9b17d9adedec1f55bcd878c1dcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:12:16 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 0.920 to 0.930 Bumps [mypy](https://github.com/python/mypy) from 0.920 to 0.930. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.920...v0.930) --- 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 18539061..37fa5c5a 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setuptools.setup( "pycodestyle==2.8.0", "black==21.12b0", "isort==5.10.1", - "mypy==0.920", + "mypy==0.930", "psutil==5.8.0", # type stubs for mypy "types-backports==0.1.3",