From ec59817341a5007bab86dfba81f955770cd2dcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:32:48 +0000 Subject: [PATCH] Update faster-whisper requirement from >=1.0 to >=1.2.1 in /linux Updates the requirements on [faster-whisper](https://github.com/SYSTRAN/faster-whisper) to permit the latest version. - [Release notes](https://github.com/SYSTRAN/faster-whisper/releases) - [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v1.0.0...v1.2.1) --- updated-dependencies: - dependency-name: faster-whisper dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linux/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/requirements.txt b/linux/requirements.txt index 36d8ede..d162fd3 100644 --- a/linux/requirements.txt +++ b/linux/requirements.txt @@ -1,4 +1,4 @@ -faster-whisper>=1.0 +faster-whisper>=1.2.1 pynput>=1.7 tomli-w>=1.0 sounddevice>=0.4