From 9e0cb50e2c63b03e7216202cbf4233359386e35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:23:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20google-auth=20from=202.22.0?= =?UTF-8?q?=20to=202.23.4?= 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.22.0 to 2.23.4. - [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.22.0...v2.23.4) --- 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 ac25014..d1177c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pydantic-settings==2.0.3 requests==2.31.0 google-api-core==2.11.1 google-api-python-client==2.106.0 -google-auth==2.22.0 +google-auth==2.23.4 google-auth-httplib2==0.1.1 google-auth-oauthlib==1.1.0 diff --git a/setup.py b/setup.py index b9f4a51..8b3dfbb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "requests==2.31.0", "google-api-core==2.11.1", "google-api-python-client==2.106.0", - "google-auth==2.22.0", + "google-auth==2.23.4", "google-auth-httplib2==0.1.1", "google-auth-oauthlib==1.1.0", "Deprecated==1.2.14"