From 00d4b887009f1bf333d0945a7706d50eb62454e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 01:25:29 +0000 Subject: [PATCH] Update mypy requirement from ^0.910 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.910...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e8dc17..44f49aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rich = "^10.12.0" [tool.poetry.dev-dependencies] black = "^21.9b0" pylint = "^2.11.1" -mypy = "^0.910" +mypy = "^0.971" Sphinx = "^4.2.0" pytest = "^6.2.5" pre-commit = "^2.15.0"