From 790776c85508c9255f1334f160a396738ae052f4 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 19:29:22 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.20.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1527ee01f..5c17523d4 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==1.20.1; python_version < '3.10'", ] tests = [ # pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.