From 565bb96c9e873b9dbe37df7b36a739cdf323e3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:47:28 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 0.901 to 0.902 Bumps [mypy](https://github.com/python/mypy) from 0.901 to 0.902. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.901...v0.902) --- 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 35d9fe5f..d23fa03a 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setuptools.setup( "pycodestyle==2.7.0", "black==21.6b0", "isort==5.9.1", - "mypy==0.901", + "mypy==0.902", # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.2",