From 3f47c3098cf2ab20eb95c8b3c1ce5798aff5f3ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 05:42:16 +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/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v1.13.2...v1.27.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..e9bc91a 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.28.0", "google-auth-httplib2~=0.0.3", "google-auth~=1.6.2", ],