From 36a956d9ec21769f1618c01477c21fad86b052fa Mon Sep 17 00:00:00 2001 From: "timhls-renovate[bot]" <307201189+timhls-renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 03:32:59 +0000 Subject: [PATCH] chore(deps): Update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7688bb..08a5add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ [dependency-groups] dev = [ "httpx==0.28.1", - "mypy==1.20.2", + "mypy==2.3.1", "pytest==9.1.1", "python-semantic-release==9.21.2", "ruff==0.15.22",