From 84748670434c928c80c7216c2201487dcea211b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:00:21 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /python/visualizer/app directory: [flask](https://github.com/pallets/flask), [flask-cors](https://github.com/corydolphin/flask-cors), [yt-dlp](https://github.com/yt-dlp/yt-dlp) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 2.3.3 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.3...3.1.3) Updates `flask-cors` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0) 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: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/visualizer/app/requirements.txt b/python/visualizer/app/requirements.txt index cd71c99..9418d2d 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 +Flask==3.1.3 +flask-cors==6.0.0 +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