From 7d87da53b48085bea371db556c3823987b643242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:42:23 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.971 to ^0.991 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.971...v0.991) --- 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 28ed5a8a..88809581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pytest = "^7.0.1" black = "^22.10" isort = "^5.8.0" autoflake = "^2.0.0" -mypy = "^0.971" +mypy = "^0.991" [build-system] requires = ["poetry>=0.12"]