From 211c442a0dfe3c07b425741c89b5ce5d5edff80d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 05:27:54 +0000 Subject: [PATCH] Bump mypy from 0.720 to 0.730 Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.730. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.720...v0.730) 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 4db687f0..993ada17 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ ] + FRAMEWORKS, "lint": [ - 'mypy==0.720; python_version >= "3.5"', + 'mypy==0.730; python_version >= "3.5"', "flake8==3.7.8", 'flake8-bugbear==19.8.0; python_version >= "3.5"', "pre-commit~=1.17",