From 49656c9f0d880c0154e4df08de10b46f9fe49915 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:31:12 +0000 Subject: [PATCH] Bump mypy from 0.761 to 0.800 Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.800. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.761...v0.800) 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..6b0b025 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.800", "pylint==2.4.4", "pytest==5.3.2", "black==19.10b0",