From e7b45702b525ff23f8a8716bd9bb0a00545a82b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:13:47 +0000 Subject: [PATCH] chore(deps)(deps): update soundfile requirement Updates the requirements on [soundfile](https://github.com/bastibe/python-soundfile) to permit the latest version. Updates `soundfile` to 0.13.1 - [Release notes](https://github.com/bastibe/python-soundfile/releases) - [Commits](https://github.com/bastibe/python-soundfile/compare/0.12.1...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 dependency-type: direct:production dependency-group: audio-processing ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3679a9..dc7c11e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "demucs>=4.0.1", "openai-whisper>=20250625", "librosa>=0.11.0", - "soundfile>=0.12.0", + "soundfile>=0.13.1", "httpx>=0.27.0", "loguru>=0.7.0", "python-multipart>=0.0.6",