From 6f34b364f68b083cf57f86d54d1d0a677144a6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:21:23 +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.12.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 9f0010a3e..9809ed7aa 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.13.0', 'matplotlib>=3.5.2,<4', 'paramiko>=2.11.0,<4', 'python-snappy>=0.6.1,<1',