From df102e817a4e60e5911aaad40fcfbb097d677493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:44:49 +0000 Subject: [PATCH] Update pedalboard requirement from <=0.3.6 to <0.5.5 in /.depends 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.5.4) --- updated-dependencies: - dependency-name: pedalboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .depends/audio.speech.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.depends/audio.speech.requirements.txt b/.depends/audio.speech.requirements.txt index 42c0dcb7..d635cb81 100644 --- a/.depends/audio.speech.requirements.txt +++ b/.depends/audio.speech.requirements.txt @@ -2,4 +2,4 @@ torchaudio<=0.7.2 soundfile<=0.10.3.post1 pydub<=0.25.1 librosa<=0.7.0 -pedalboard<=0.3.6 +pedalboard<0.5.5