From 01a13e1492d64a79148677ebd1735a0408b44b2b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Aug 2026 22:26:56 +0000 Subject: [PATCH] chore(deps): update dependency isort to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e1d48c..f58cae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth [project.optional-dependencies] test = [ "black[jupyter]==24.10.0", - "isort==5.13.2", + "isort==9.0.0", "mypy==1.13.0", "pytest-asyncio==0.24.0", "pytest==8.3.3",