From d3c6e2d30ba2ac0ba8ea6fe03cbe5f7364a79e6f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 15 Aug 2026 04:47:21 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d6dc80..e299e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ test = [ "black[jupyter]==26.5.1", "isort==8.0.1", - "mypy==2.3.0", + "mypy==2.3.1", "pytest-asyncio==1.4.0", "pytest==9.1.1", "pytest-cov==7.1.0"