From e870133ed9efb8524f305e7882b5dbc8f52fd7c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:21:06 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy from 0.770 to 0.782 Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.770...v0.782) 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 143239f..79613a9 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def read(path, encoding="utf-8"): "coverage==5.0.1", "isort==4.3.21", "black==19.10b0", - "mypy==0.770", + "mypy==0.782", "pytest-cov==2.8.1", "flake8==3.7.9", "flake8-docstrings==1.5.0",