From 0b076855d9d12b56706035d8cdd52e0ee8ad5f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:24:27 +0000 Subject: [PATCH] build(deps): update google-auth-oauthlib requirement in /backend Updates the requirements on [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [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.2.4...google-auth-oauthlib-v1.4.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5674789..f005121 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ pydantic-settings>=2.2.1 cryptography>=42.0.5 python-jose[cryptography]>=3.3.0 google-api-python-client>=2.122.0 -google-auth-oauthlib>=1.2.0 +google-auth-oauthlib>=1.4.0 google-auth-httplib2>=0.2.0 scikit-learn>=1.4.1.post1 numpy>=1.26.4