From ec159375576fde3e0323a5053950abd2482f0b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 01:39:19 +0000 Subject: [PATCH] Update mypy requirement from ^0.910 to ^0.931 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.931) --- 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 9e8dc17..fa80d71 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.931" Sphinx = "^4.2.0" pytest = "^6.2.5" pre-commit = "^2.15.0"