From d13e9d47664ca1f16ba8e48a0df519db9b26e0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:13:24 +0000 Subject: [PATCH] Update pedalboard requirement from <=0.3.6 to <0.6.4 Updates the requirements on [pedalboard](https://github.com/spotify/pedalboard) to permit the latest version. - [Release notes](https://github.com/spotify/pedalboard/releases) - [Commits](https://github.com/spotify/pedalboard/compare/v0.3.3...v0.6.3) --- updated-dependencies: - dependency-name: pedalboard 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..0f033448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ audio-speech = [ "soundfile<=0.10.3.post1", "pydub<=0.25.1", "librosa<=0.7.0", - "pedalboard<=0.3.6" + "pedalboard<0.6.4" ] ama = [ "azure-mgmt-deploymentmanager",