From 9ab58afd40d562473c2c7d2fac4b1d4e77edb70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:06:27 +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...v2.16.0) --- updated-dependencies: - dependency-name: google-cloud-storage 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 a2b4738d8..ee9f5a67c 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,<2.11.0', + 'google-cloud-storage>=2.9.0,<2.17.0', 'matplotlib>=3.5.2,<4', 'paramiko>=2.11.0,<4', 'python-snappy>=0.6.1,<1',