From 3b502ad1abcb7c278091d1faf665acb1005a18ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:03:06 +0000 Subject: [PATCH] Update mypy requirement from ^0.800 to ^0.940 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.940) --- 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..5fbf4bb 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.940" nitpick = "^0.23" [build-system]