From d406e0a82229ad439539151bbf23245045212bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:35:38 +0000 Subject: [PATCH] chore(deps): bump google-cloud-storage from 3.12.0 to 3.12.1 Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-python) from 3.12.0 to 3.12.1. - [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.0...google-cloud-storage-v3.12.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-lock.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 630a4d7..db82aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "scikit-learn==1.9.0", "scipy==1.17.1", "joblib==1.5.3", - "google-cloud-storage==3.12.0", + "google-cloud-storage==3.12.1", "google-cloud-firestore==2.28.0", ] diff --git a/requirements-lock.txt b/requirements-lock.txt index a020afe..6452876 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -8,5 +8,5 @@ lightgbm==4.6.0 scikit-learn==1.9.0 scipy==1.17.1 joblib==1.5.3 -google-cloud-storage==3.12.0 +google-cloud-storage==3.12.1 google-cloud-firestore==2.28.0