From 3498ab2be58e0428d1cf567593d6dd258669fb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:06:19 +0000 Subject: [PATCH] chore(deps): bump werkzeug in /src/pipeline/backend/huggingface/whisper Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [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/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/pipeline/backend/huggingface/whisper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/backend/huggingface/whisper/requirements.txt b/src/pipeline/backend/huggingface/whisper/requirements.txt index 6d2da522..1e46a274 100644 --- a/src/pipeline/backend/huggingface/whisper/requirements.txt +++ b/src/pipeline/backend/huggingface/whisper/requirements.txt @@ -106,5 +106,5 @@ typing_extensions==4.12.2 umap-learn==0.5.7 urllib3==2.5.0 wcwidth==0.2.13 -Werkzeug==3.1.3 +Werkzeug==3.1.4 zstandard==0.22.0