From d5545fd9ac36b52bdf15abb21b5f7cb5443422b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 10:04:29 +0000 Subject: [PATCH] Update mypy requirement from ^0.800 to ^0.931 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.931) --- 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..0a2a548 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.931" nitpick = "^0.23" [build-system]