From 8a832b5745a0cd4c8beb3ffb231302612f0f26ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:53:12 +0000 Subject: [PATCH] Bump google-auth-oauthlib from 1.2.2 to 1.3.0 Bumps [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-iam-logging-v1.2.2...google-auth-oauthlib-v1.3.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c4efb8..9d3e7f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ google-api-core==2.25.1 google-api-python-client==2.177.0 google-auth==2.40.3 google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.2.2 +google-auth-oauthlib==1.3.0 googleapis-common-protos==1.70.0 greenlet==3.1.0 h11==0.14.0