From 42428e6f33a556bd9d0bdc05310ce36ed1f8841f Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:32:06 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df185937c..f197a130f 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.1.0; python_version < '3.10'", ] tests = [ # pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.