From 42901e1e4d7594335677d21d32bbd15bc9988852 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 11 Oct 2025 14:06:09 +0000 Subject: [PATCH] chore(deps): update dependency isort to v7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f73075..175f9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,14 +38,14 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/ lint = [ "black[jupyter]==24.10.0", "flake8==6.1.0", - "isort==5.13.2", + "isort==7.0.0", ] test = [ "black[jupyter]==24.10.0", "bs4==0.0.2", "flake8==6.1.0", - "isort==5.13.2", + "isort==7.0.0", "mypy==1.17.0", "pytest==8.4.1", "pytest-asyncio==0.26.0",