From a5ad987eeb41d7497e666ffe6ac8fd352e5939af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 04:17:27 +0000 Subject: [PATCH] Update google-cloud-storage requirement from <=2.8.0,>=2 to >=2,<=2.11.0 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.11.0) --- 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..ec52e1afa9 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.11.0 google-auth>=2.18.1,<3