From 20efb96ca57b309bcb1b237280f3cfaa43cfe63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:53:40 +0000 Subject: [PATCH] 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.4.0...google-auth-oauthlib-v1.4.1) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-runtime.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-runtime.txt b/backend/requirements-runtime.txt index 8cd32528..ab6db72d 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -12,4 +12,4 @@ questionary>=2.1.1 python-dotenv>=1.2.2 yt-dlp>=2026.7.4 google-api-python-client>=2.198.0 -google-auth-oauthlib>=1.4.0 +google-auth-oauthlib>=1.4.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 546df293..1d5c31f3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,4 +27,4 @@ yt-dlp>=2026.7.4 # YouTube analytics (optional — only needed for live OAuth sync; CSV import works without these) google-api-python-client>=2.198.0 -google-auth-oauthlib>=1.4.0 +google-auth-oauthlib>=1.4.1