From a9a0d439a2874660ba9c2a3f2ba66abb2a795697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:25:06 +0000 Subject: [PATCH] chore(deps): update soundfile requirement from >=0.12.0 to >=0.13.1 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.0...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4111ae3..79dfa7a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ edge-tts gTTS openai-whisper>=20230314.0 yt-dlp>=2024.3.10 -soundfile>=0.12.0 +soundfile>=0.13.1 # Vision & Image pillow>=12.2.0,<13.0