From 04de2ebc13037aeaf2e334eaf12bc4655eaaff82 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 20 Feb 2025 17:20:16 +0000 Subject: [PATCH] chore(deps): update dependency isort to v6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d3f6a6b..de0a1320 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.8.0", "flake8==6.1.0", - "isort==5.13.2", + "isort==6.0.0", ] test = [ "black[jupyter]==24.8.0", "bs4==0.0.2", "flake8==6.1.0", - "isort==5.13.2", + "isort==6.0.0", "mypy==1.11.2", "pytest==8.3.3", "pytest-asyncio==0.24.0",