From dba1b303c8a4ab09037f8e62a4cba2c6d1ce396b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:33:46 +0000 Subject: [PATCH] chore(deps-dev): bump black from 24.10.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.10.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ddffed..72ecf9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,13 +39,13 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/ [project.optional-dependencies] lint = [ - "black[jupyter]==24.10.0", + "black[jupyter]==26.3.1", "flake8==6.1.0", "isort==5.13.2", ] test = [ - "black[jupyter]==24.10.0", + "black[jupyter]==26.3.1", "bs4==0.0.2", "flake8==6.1.0", "isort==5.13.2",