From 2991ee6d249baef683aa5a419cf03866cbbcc592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 19:04:22 +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 65dc13ef..c78c25a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ # Python development "black==25.1.0", "flake8==7.3.0", - "mypy==1.15.0", + "mypy==1.20.2", "pytest==8.3.5", "ipython==9.8.0", "mkdocs==1.6.1",