From d726497b5be2cfc0670aff5e614cf6d35add02ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 12:02:32 +0100 Subject: [PATCH] Bump mypy from 0.780 to 0.782 (#1659) Bumps [mypy](https://github.com/python/mypy) from 0.780 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.782) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 9c3c142..0fe5eda 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ Cython==0.29.20;sys_platform!='win32' flake8==3.8.3 flake8-quotes==3.2.0 isort==4.3.21 -mypy==0.780 +mypy==0.782 pycodestyle==2.6.0 pyflakes==2.2.0 pytest==5.4.3