From f716caa2c92aad785cd47ed2fe0abce2812eec18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 05:33:47 +0000 Subject: [PATCH] Update google-cloud-storage requirement Updates the requirements on [google-cloud-storage](https://github.com/GoogleCloudPlatform/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.13.2...storage-1.25.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3960d67..e7c3248 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ "python-magic~=0.4.15", "google-api-python-client~=1.7.7", - "google-cloud-storage>=1.13.2,<1.17.0", + "google-cloud-storage>=1.13.2,<1.26.0", "google-auth-httplib2~=0.0.3", "google-auth~=1.6.2", ],