From 0485c472d926e6b1a140540b07958e239c529b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:12:26 +0000 Subject: [PATCH] Update mypy requirement from ^0.800 to ^0.812 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.800...v0.812) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90086ab..1d6687b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ wemake-python-styleguide = "^0.15.1" black = "^20.8b1" flake8 = "^3.8" pre-commit = "^2.4" -mypy = "^0.800" +mypy = "^0.812" nitpick = "^0.23" [build-system]