From 1c1be160c01dd99a2a1e5bfead445f69a7de2e28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:15:25 +0000 Subject: [PATCH] Bump mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62359d9..3c67499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "3.12" dependencies = [ "mkdocs-material==9.7.6", "mkdocstrings[python]==1.0.4", - "mypy==1.20.2", + "mypy==2.0.0", "pre-commit==4.6.0", "pytest-asyncio==1.3.0", "pytest-cov==7.1.0",