From 3faf1df94002876a9a5befdfc7bd13769c2c7020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:38:28 +0000 Subject: [PATCH] chore(deps): bump google-cloud-storage from 3.13.1 to 3.14.1 Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-python) from 3.13.1 to 3.14.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.13.1...google-cloud-storage-v3.14.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6629b4a..a8507e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "scikit-learn==1.9.1", "scipy==1.17.1", "joblib==1.6.0", - "google-cloud-storage==3.13.1", + "google-cloud-storage==3.14.1", "google-cloud-firestore==2.30.0", ] diff --git a/requirements-lock.txt b/requirements-lock.txt index c9b27ce..e88b33a 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -8,5 +8,5 @@ lightgbm==4.7.0 scikit-learn==1.9.1 scipy==1.17.1 joblib==1.6.0 -google-cloud-storage==3.13.1 +google-cloud-storage==3.14.1 google-cloud-firestore==2.30.0