From 0e3d46ef5e5cfb7e8064a5976ec5a18a7e6e29fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 14:18:19 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 0.930 to 0.931 Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.930...v0.931) --- 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 de0802e2..c38d7b3f 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.930", + "mypy==0.931", "psutil==5.9.0", # type stubs for mypy "types-backports==0.1.3",