From a902b64efc90da5090b70dce9354fad6c47093af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 05:38:21 +0000 Subject: [PATCH] Update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/google/google-api-python-client) to permit the latest version. - [Release notes](https://github.com/google/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/master/CHANGELOG) - [Commits](https://github.com/google/google-api-python-client/compare/v1.7.7...v1.8.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..e03c5a1 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ include_package_data=True, install_requires=[ "python-magic~=0.4.15", - "google-api-python-client~=1.7.7", + "google-api-python-client>=1.7.7,<1.9.0", "google-cloud-storage>=1.13.2,<1.17.0", "google-auth-httplib2~=0.0.3", "google-auth~=1.6.2",