From e38111288ce1b7739a1e99f3e553eddffb5f16a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 21:14:17 +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.3.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..644b78a 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.4" pre-commit = ">=2.21,<4.0" pre-commit-hooks = "^4.4.0" pytest = "^7.2.2"