From 5c03f4d1d14b2ebe8dcf7e7babc0dec561948f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 07:24:42 +0000 Subject: [PATCH] build(deps): bump google-auth from 1.26.0 to 1.26.1 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 1.26.0 to 1.26.1. - [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.26.0...v1.26.1) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 40cb289..6b8f27a 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ discord = "==1.0.1" distlib = "==0.3.1" emoji = "==1.2.0" filelock = "==3.0.12" -google-auth = "==1.26.0" +google-auth = "==1.26.1" google-api-core = "==1.26.0" google-cloud-core = "==1.6.0" google-cloud-translate = "==3.0.2"