From d752491185fb96f56f1e7ddfb750dc4f45359ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:08:20 +0000 Subject: [PATCH] Update mypy requirement from ^0.910 to ^1.0 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...v1.0.0) --- 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..f733624 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 = "^1.0" Sphinx = "^4.2.0" pytest = "^6.2.5" pre-commit = "^2.15.0"