From ab3e57b52e4b23e408c2a2bcd9308b86ec58c9d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:42:11 +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 ed888c1af..8bd2646a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.9.1", extras = ["toml"]} freezegun = "1.5.2" -mypy = "1.13.0" +mypy = "1.20.2" pre-commit = "4.2.0" pre-commit-hooks = "4.6.0" pylint = "3.3.7"