From 80c79894cf7036a84abfa31ec075669606dac644 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:14:34 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.20.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 952595e22..733d7601c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,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.2; python_version < '3.10'", ] tests = [ # pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.