From 5318319aff449588456b81cbc5e0c07ab00ba2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:01:50 +0000 Subject: [PATCH] Update mypy requirement from ^0.800 to ^0.920 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.920) --- 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..db9473b 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.920" nitpick = "^0.23" [build-system]