From f654fad07b34eebb31fefade73ed3e183244320f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:04:05 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v2.3.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a85a391e2..63165c2ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dev = [ "coverage==7.15.4", "flake8==7.3.0", "google-auth-stubs==0.3.0", - "mypy==2.3.0", + "mypy==2.3.1", "pyright==1.1.411", "pytest-cov==7.1.0", "pytest-github-actions-annotate-failures==0.4.2", @@ -77,7 +77,7 @@ dev = [ "coverage==7.15.4", "flake8==7.3.0", "google-auth-stubs==0.3.0", - "mypy==2.3.0", + "mypy==2.3.1", "pyright==1.1.411", "pytest-cov==7.1.0", "pytest-github-actions-annotate-failures==0.4.2",