From 03a9e977baee022802372ab8e34e297c2ce80df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:53:03 +0000 Subject: [PATCH] Update yt-dlp requirement from >=2025.6.30 to >=2026.7.4 in /backend Updates the requirements on [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.06.30...2026.07.04) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.7.4 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 8ca09d4..fed40ed 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -10,6 +10,6 @@ onnxruntime>=1.27.0 Pillow>=10.0.0 questionary>=2.1.1 python-dotenv>=1.2.2 -yt-dlp>=2025.6.30 +yt-dlp>=2026.7.4 google-api-python-client>=2.198.0 google-auth-oauthlib>=1.4.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 9fc4013..ba25daf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ questionary>=2.1.1 # Utilities python-dotenv>=1.2.2 -yt-dlp>=2025.6.30 +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