From f0ccc22a3a613af30c82b7e6477d6d0ac17021ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:22:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20google-auth=20from=202.23.4?= =?UTF-8?q?=20to=202.28.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.23.4 to 2.28.1. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.23.4...v2.28.1) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a8a15d..4002da0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pydantic-settings==2.1.0 requests==2.31.0 google-api-core==2.14.0 google-api-python-client==2.111.0 -google-auth==2.23.4 +google-auth==2.28.1 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.1.0 diff --git a/setup.py b/setup.py index aa24100..dc22077 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "requests==2.31.0", "google-api-core==2.14.0", "google-api-python-client==2.111.0", - "google-auth==2.23.4", + "google-auth==2.28.1", "google-auth-httplib2==0.2.0", "google-auth-oauthlib==1.1.0", "Deprecated==1.2.14"