From 7688e46809af90f9813767f50e0a5597ef3d944f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 01:05:01 +0000 Subject: [PATCH] Update mypy requirement from ^0.910 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.910...v0.991) --- 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..5703759 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.991" Sphinx = "^4.2.0" pytest = "^6.2.5" pre-commit = "^2.15.0"