From 11b6485338e8ee1d8ed9cc9086052ded7b3c863d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:28:16 +0000 Subject: [PATCH] chore(deps): bump google-auth-oauthlib from 1.2.0 to 1.2.1 Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index a607849caa62..2ead174a5fcc 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -134,7 +134,7 @@ google-auth==2.26.1 # google-auth-oauthlib google-auth-httplib2==0.2.0 # via google-api-python-client -google-auth-oauthlib==1.2.0 +google-auth-oauthlib==1.2.1 # via -r requirements-base.in googleapis-common-protos==1.62.0 # via google-api-core