From 62f56c1e61477fa1597cc4daa9d74f7b47f59b60 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:40:14 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16e2aa2eb..41ff36676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ types = [ # mypy 1.12+ requires Python 3.10+; on 3.9 we stay on the last 1.11.x line. # mypy is only run in the lint job (Python 3.13) so 3.9 never installs it in CI. "mypy>=1.20.1; python_version >= '3.10'", - "mypy==1.11.2; python_version < '3.10'", + "mypy==2.0.0; python_version < '3.10'", ] tests = [ # pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.