From 918c42e98411c6c968f6ecf4077f7edd086e5726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:53:35 +0000 Subject: [PATCH] Python dependency: Bump google-auth-oauthlib in /web/regression Bumps [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) from 1.2.4 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-auth-oauthlib-v1.2.4...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 44d07e81e8a..96b55217a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ Flask-SQLAlchemy==3.1.* Flask-WTF==1.2.* Flask==3.1.* google-api-python-client==2.* -google-auth-oauthlib==1.2.4 +google-auth-oauthlib==1.3.0 gssapi==1.11.* jsonformatter~=0.3.4 keyring==25.*