From 6b2ea07b94d35f10ec211c12193c762c1724d4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:45:04 +0000 Subject: [PATCH] Update google-cloud-storage requirement Updates the requirements on [google-cloud-storage](https://github.com/googleapis/python-storage) to permit the latest version. - [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.9.0...v3.8.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff8420800..564251742 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ install_requires = [ 'boto3>=1.21.45,<2', 'Brotli>=1.0.9', - 'google-cloud-storage>=2.9.0,<3.3.0', + 'google-cloud-storage>=2.9.0,<3.9.0', 'matplotlib>=3.5.2,<4', 'numpy>=1.21.5,<2.2.0', 'paramiko>=2.11.0,<5',