From e2c85292794990df31b7ce8ae2593efcc7e44a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:51 +0000 Subject: [PATCH] Update soundfile requirement from <=0.10.3.post1 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.2.0...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..b243e2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ Home = "https://github.com/microsoft/az-python" [project.optional-dependencies] audio-speech = [ "torchaudio<=0.7.2", - "soundfile<=0.10.3.post1", + "soundfile<=0.13.1", "pydub<=0.25.1", "librosa<=0.7.0", "pedalboard<=0.3.6"