From 2f44606821d957383828e06ac554567e5d644242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:29 +0000 Subject: [PATCH] chore(deps): update soundfile requirement from >=0.12 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.12.0...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 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 b295eb9..7c656c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.11" dependencies = [ "numpy>=1.23", "librosa>=0.10", - "soundfile>=0.12", + "soundfile>=0.13.1", "jsonschema>=4.0", ]