From 24b3829d49d0fa161b81c326df6da67c894b1f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:25:24 +0000 Subject: [PATCH] Bump mypy to v2.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13b787f..4616bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "3.12" dependencies = [ "mkdocs-material==9.7.7", "mkdocstrings[python]==1.0.6", - "mypy==2.3.0", + "mypy==2.3.1", "pre-commit==4.6.2", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0",