From 21e586c62ea572e1fb9f4e4fdef04ab413169928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:46:49 +0000 Subject: [PATCH] Update dependency mypy to v1.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9173363..c0740f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "hypothesis>=6.23.3", "pytest-cov>=4.0.0", "pytest-asyncio>=0.26.0", - "mypy==1.19.1", + "mypy==1.20.0", "pytest-parametrization>=2022", ]