From e04b41f623ec2e6c569ef464c7e60ed6cd99f436 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:38:27 +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 4ff5d0f..9409a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pre-commit>=2.20.0", "pre-commit-uv>=4", "pytest-cov>=4.0.0", - "mypy==1.15.0", + "mypy==1.20.2", "pytest-parametrization>=2022", "ruff>=0.8.2", "setuptools>=67.0.0",