From 73d761ac161956c72f8e86eae08af06a8a53ec76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:49:05 +0000 Subject: [PATCH] chore(deps): update pedalboard requirement from >=0.9.9 to >=0.9.23 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.9.9...v0.9.23) --- updated-dependencies: - dependency-name: pedalboard dependency-version: 0.9.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3df92cd..d96f27a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ customtkinter>=5.2.2 -pedalboard>=0.9.9 +pedalboard>=0.9.23 matchering>=2.0.6 pyloudnorm>=0.1.1 sounddevice>=0.4.6