From 3b3c309b12eb56e687ef04b77a83817e76ee49fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 05:48:20 +0000 Subject: [PATCH] Update google-auth requirement from ~=1.6.2 to >=1.6.2,<1.20.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.19.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..e673005 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.20.0", ], python_requires='>=3.5', license='MIT',