From 43be1d4bb3a194188ef925690b831772109160c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:14:30 +0000 Subject: [PATCH] chore(deps): update yt-dlp requirement in /ai_engine 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/2024.03.10...2026.07.04) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ai_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_engine/requirements.txt b/ai_engine/requirements.txt index 5c10188..9236cfe 100644 --- a/ai_engine/requirements.txt +++ b/ai_engine/requirements.txt @@ -13,7 +13,7 @@ groq>=0.9.0 google-generativeai==0.8.2 # YouTube Download -yt-dlp>=2024.1.0 +yt-dlp>=2026.7.4 # AI Pipeline (Cloud-ready) faster_whisper>=1.0.3