From 52d20e2d4eb1e05c15febdbdf960b1aa07417837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:08:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20mypy=20requiremen?= =?UTF-8?q?t=20from=20^0.770=20to=20^0.971=20(#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc0bc39..2a5fe45 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"]