From 096c125900f95f79e9dac4357d47e19cc7121d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 07:26:37 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.770 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.770...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 019175d..aa35e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pytest = "^5.4.1" black = "^19.10b0" isort = "^4.3.21" autoflake = "^1.3.1" -mypy = "^0.770" +mypy = "^0.971" [build-system] requires = ["poetry>=0.12"]