From dd46dc405ebe6c6f72b0586835fdeec739728802 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 05:52:00 +0000 Subject: [PATCH] Update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/googleapis/google-api-python-client) to permit the latest version. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v1.7.7...v1.9.1) 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..da8b852 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.10.0", "google-cloud-storage>=1.13.2,<1.17.0", "google-auth-httplib2~=0.0.3", "google-auth~=1.6.2",