From 3759a2ff52cff6ecdff6577666576f42042ff370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:01:36 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement 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.991...v1.2.0) --- 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 ed7b9cd..76bd305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ aresponses = "2.1.6" black = ">=22.12,<24.0" blacken-docs = "^1.13.0" codespell = "^2.2.2" -mypy = ">=0.991,<1.2" +mypy = ">=0.991,<1.3" pre-commit = ">=2.21,<4.0" pre-commit-hooks = "^4.4.0" pytest = "^7.2.2"