From bc2549e58720036188ae39a698d9c9e8ded9690b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:12:11 +0000 Subject: [PATCH] chore(deps): bump black in /compute/client_library 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:production ... Signed-off-by: dependabot[bot] --- compute/client_library/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/client_library/requirements.txt b/compute/client_library/requirements.txt index f9faea10a9d..d9955bfef94 100644 --- a/compute/client_library/requirements.txt +++ b/compute/client_library/requirements.txt @@ -1,5 +1,5 @@ isort==6.0.0; python_version > "3.9" isort==5.13.2; python_version <= "3.8" black==24.8.0; python_version < "3.9" -black==24.10.0; python_version >= "3.9" +black==26.3.1; python_version >= "3.9" google-cloud-compute==1.19.1 \ No newline at end of file