From d4eea1b0f4fd87ae725aebe2a9b4335549a1eb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:33:04 +0000 Subject: [PATCH] Chore(deps-dev): Update mypy requirement from <2.2 to <2.3 --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 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 afc1586..97c39ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ ] optional-dependencies.develop = [ "black<27", - "mypy<2.2", + "mypy<2.3", "poethepoet<1", "pyproject-fmt<3", "ruff<0.16",