From 534d30bae6b8f4da7c90b4d91d2b0b9609432a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:23:19 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.991...v1.5.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 0fd4c45..cb37216 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.6" pre-commit = ">=2.21,<4.0" pre-commit-hooks = "^4.4.0" pytest = "^7.2.2"