From 50d004d6013487f53387f8598a260ee9ffd9e4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:59:55 +0000 Subject: [PATCH] build(deps): update faster-whisper requirement from >=1.0.3 to >=1.2.1 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.3...v1.2.1) --- updated-dependencies: - dependency-name: faster-whisper dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index 58e71ce..c65c848 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,5 +1,5 @@ websockets>=12.0 -faster-whisper>=1.0.3 +faster-whisper>=1.2.1 numpy>=1.26.4 requests>=2.32.3 piper-tts>=1.2.0