From 967e031e287a7bccc561d9b4897ecfba50deeb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:08:34 +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.3.1 to 1.4.0. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.3.1...google-auth-oauthlib-v1.4.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.4.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 d9193c5c3cd..b386240c11d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ Flask-WTF==1.2.*; python_version <= '3.9' Flask-WTF==1.3.*; python_version > '3.9' Flask==3.1.* google-api-python-client==2.* -google-auth-oauthlib==1.3.1 +google-auth-oauthlib==1.4.0 gssapi==1.11.* jsonformatter~=0.3.4 keyring==25.*