From 036e6396cd638ff26685da5033d37e066906c86f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 05:44:08 +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.10.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..51a3627 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.11.0", "google-cloud-storage>=1.13.2,<1.17.0", "google-auth-httplib2~=0.0.3", "google-auth~=1.6.2",