From 82d61e97bdf8ba20d94fad72eb5d9072a6b2eed8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 05:39:55 +0000 Subject: [PATCH] Update google-auth requirement from ~=1.6.2 to >=1.6.2,<1.19.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.18.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..3b593a1 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.19.0", ], python_requires='>=3.5', license='MIT',