From 5a672c24ab2dc43c463c82cf93e085537c6cf4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:04:01 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 0.800 to 0.812 in /requirements Bumps [mypy](https://github.com/python/mypy) from 0.800 to 0.812. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.800...v0.812) 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 29ca9591..d4bf2a47 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ -r base.txt flake8==3.8.4 -mypy==0.800 +mypy==0.812 mypy-extensions==0.4.3 pyflakes==2.2.0 pytest==6.2.2