From 181d0ea929b84be2b0781b3dea414b02718a313b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:53:14 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage in the pip group Bumps the pip group with 1 update: [google-cloud-storage](https://github.com/googleapis/google-cloud-python). Updates `google-cloud-storage` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.12.1...google-cloud-storage-v3.13.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4e8e52..676956e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" requires-python = "~=3.13.0" dependencies = [ "google-cloud-bigquery==3.42.2", - "google-cloud-storage==3.12.1", + "google-cloud-storage==3.13.0", "Flask>=3.1.3", "fiaas-logging>=0.1", "kafka-python>=2.3.1",