From f4fd31a1e4d8e37acca3ebd4e52d2ef9c19d477d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 05:41:36 +0000 Subject: [PATCH] Update google-auth requirement from ~=1.6.2 to >=1.6.2,<1.18.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.17.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..283883c 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.18.0", ], python_requires='>=3.5', license='MIT',