From bfd86ba71b8b1f630b78316971492fcdef469251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:41:26 +0000 Subject: [PATCH] Update google-cloud-storage requirement from <=2.8.0,>=2 to >=2,<=2.18.2 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.0.0...v2.18.2) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-google.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-google.txt b/requirements-google.txt index 8e405c8a38..4857088211 100644 --- a/requirements-google.txt +++ b/requirements-google.txt @@ -1,3 +1,3 @@ apache-libcloud>=2.2.1,<3 -google-cloud-storage>=2,<=2.8.0 +google-cloud-storage>=2,<=2.18.2 google-auth>=2.18.1,<3