From 7b9740e79ebb71619735cc9abaa946bc50d0649b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:00:08 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /python/visualizer/app directory: [yt-dlp](https://github.com/yt-dlp/yt-dlp) and [werkzeug](https://github.com/pallets/werkzeug). Updates `yt-dlp` from 2023.10.13 to 2026.2.21 - [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/2023.10.13...2026.02.21) Updates `werkzeug` from 2.3.7 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.7...3.1.6) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2026.2.21 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/visualizer/app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/visualizer/app/requirements.txt b/python/visualizer/app/requirements.txt index cd71c99..8e3f9e7 100644 --- a/python/visualizer/app/requirements.txt +++ b/python/visualizer/app/requirements.txt @@ -1,6 +1,6 @@ Flask==2.3.3 flask-cors==4.0.0 -yt-dlp==2023.10.13 +yt-dlp==2026.2.21 openai-whisper==20231117 pydub==0.25.1 -Werkzeug==2.3.7 \ No newline at end of file +Werkzeug==3.1.6 \ No newline at end of file