From 700613d319fe4d6ecd4d04b846ab63e1b1fc3d38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 19:24:13 +0000 Subject: [PATCH] Bump mypy from 0.761 to 0.910 Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.910. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.761...v0.910) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41c48e9..67e2078 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_version(): install_require = ["click", "pyyaml>=5.0", "numpy"] dev_require = [ - "mypy==0.761", + "mypy==0.910", "pylint==2.4.4", "pytest==5.3.2", "black==19.10b0",