From 3492133570745361eb89333bea813ce33faed8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:27:55 +0000 Subject: [PATCH] chore(deps): Bump faster-whisper from 1.1.1 to 1.2.1 Bumps [faster-whisper](https://github.com/SYSTRAN/faster-whisper) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/SYSTRAN/faster-whisper/releases) - [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: faster-whisper dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7109bf..77600f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ bs4==0.0.1 -faster-whisper==1.1.1 +faster-whisper==1.2.1 feedparser==6.0.10