From dc1c0241e261580e6f88c99793049ae9546ea2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:06:08 +0000 Subject: [PATCH] Update google-auth requirement from ~=1.27.1 to ~=1.28.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.27.1...v1.28.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7acf7e85d333..39bef01a8bd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ decorator~=4.4.2 defusedxml~=0.7.1 entrypoints~=0.3 google-api-core~=1.26.1 -google-auth~=1.27.1 +google-auth~=1.28.0 googleapis-common-protos~=1.53.0 h5py~=3.2.1 idna~=2.10