From 1c5cff06fb5f8e79696834d193ff71b4e287b355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:22:28 +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.0 to 1.3.1. - [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.0...google-auth-oauthlib-v1.3.1) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 500b991fd63..08ed049ac67 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.3.0 +google-auth-oauthlib==1.3.1 gssapi==1.11.* jsonformatter~=0.3.4 keyring==25.*