From 17325a678c0861783d572ab3327461ecc43fb552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:31:31 +0000 Subject: [PATCH] Python dependency: Bump google-auth-oauthlib in /web/regression Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.2.3 to 1.2.4. - [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.3...v1.2.4) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.2.4 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 93ecff588ae..1cafae5e7a1 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.3 +google-auth-oauthlib==1.2.4 gssapi==1.10.* jsonformatter~=0.3.4 keyring==25.*