From 8ed5a526db0efa33122422c17ef3171f9ca84386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:59:57 +0000 Subject: [PATCH] build(deps): update soundfile requirement from >=0.12.1 to >=0.14.0 Updates the requirements on [soundfile](https://github.com/bastibe/python-soundfile) to permit the latest version. - [Release notes](https://github.com/bastibe/python-soundfile/releases) - [Commits](https://github.com/bastibe/python-soundfile/compare/0.12.1...0.14.0) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.14.0 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..c172d2a 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -3,7 +3,7 @@ faster-whisper>=1.0.3 numpy>=1.26.4 requests>=2.32.3 piper-tts>=1.2.0 -soundfile>=0.12.1 +soundfile>=0.14.0 silero-vad>=5.1 # Optional: PyTorch for Silero VAD (required for silero-vad)