From a355da63fe6dd1967d583172d43fd212c675afea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:36:07 +0000 Subject: [PATCH] Bump mypy from 0.790 to 0.800 in /requirements Bumps [mypy](https://github.com/python/mypy) from 0.790 to 0.800. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...v0.800) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 25f11799..29ca9591 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ -r base.txt flake8==3.8.4 -mypy==0.790 +mypy==0.800 mypy-extensions==0.4.3 pyflakes==2.2.0 pytest==6.2.2