From e8ca03e8ad890d8758978c82e62e4679e03c50ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:27:29 +0000 Subject: [PATCH] deps(deps): bump google-cloud-storage from 2.10.0 to 3.1.1 Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.10.0 to 3.1.1. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v2.10.0...v3.1.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c94dd4e..45c8c0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ python-multipart==0.0.6 # Google Cloud google-cloud-documentai==2.21.0 -google-cloud-storage==2.10.0 +google-cloud-storage==3.1.1 # Machine Learning scikit-learn==1.3.2