From c6a6dc3c8f26324ec060eea7c9a38948fcc1bd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:27:27 +0000 Subject: [PATCH] Chore(deps): Update mypy requirement from <1.10 to <1.11 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.10.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 9e1e49f..ecc1606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "black<25", - "mypy<1.10", + "mypy<1.11", "poethepoet<0.26", "pyproject-fmt<1.9", "ruff<0.5",