From 92bf48b1cc73907c658500db4bd1f5bb8b5e78e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:34:57 +0000 Subject: [PATCH] chore(deps): bump google-cloud-storage from 3.10.1 to 3.11.0 Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-python) from 3.10.1 to 3.11.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.10.1...google-cloud-storage-v3.11.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index afdf57b..c093cfc 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -7,5 +7,5 @@ lightgbm==4.6.0 scikit-learn==1.9.0 scipy==1.17.1 joblib==1.5.3 -google-cloud-storage==3.10.1 +google-cloud-storage==3.11.0 google-cloud-firestore==2.27.0 diff --git a/requirements.txt b/requirements.txt index 9da5a17..46e7606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ lightgbm>=4.3 scikit-learn>=1.9.0 scipy>=1.11 joblib>=1.3 -google-cloud-storage>=2.16 +google-cloud-storage>=3.11.0 google-cloud-firestore>=2.16