From 2dcc6d5f7fe63eb311f643e1f722852e9ca02afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:06:49 +0000 Subject: [PATCH] Update mypy requirement from ^0.800 to ^0.971 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.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... 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..0124888 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.971" nitpick = "^0.23" [build-system]