From fca87dec4387a5075f519bd3919b64cd94d851b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 05:44:43 +0000 Subject: [PATCH] Update google-auth requirement from ~=1.6.2 to >=1.6.2,<1.17.0 Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v1.6.2...v1.16.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..1982963 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "google-api-python-client~=1.7.7", "google-cloud-storage>=1.13.2,<1.17.0", "google-auth-httplib2~=0.0.3", - "google-auth~=1.6.2", + "google-auth>=1.6.2,<1.17.0", ], python_requires='>=3.5', license='MIT',