From 99963f85c7624c81a79c43ececbd0f52dc9a46e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 14:03:41 +0000 Subject: [PATCH] Update soundfile requirement from <=0.10.3.post1 to <0.12.2 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.12.1) --- updated-dependencies: - dependency-name: soundfile dependency-type: direct:production ... 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..ae82a062 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.12.2", "pydub<=0.25.1", "librosa<=0.7.0", "pedalboard<=0.3.6"