From d858f42341122ca784663f15252b358e9ceb6c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:02:26 +0000 Subject: [PATCH] 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 ff8e3139e..a01448a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ blacken-docs = "1.19.1" codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.9.1", extras = ["toml"]} -mypy = "1.16.0" +mypy = "1.20.2" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7"