From 2482a483f0bd62eb804dff7f3172ca2b99908d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:18:53 +0000 Subject: [PATCH] chore(deps): update librosa requirement from >=0.10 to >=0.11.0 Updates the requirements on [librosa](https://github.com/librosa/librosa) to permit the latest version. - [Release notes](https://github.com/librosa/librosa/releases) - [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst) - [Commits](https://github.com/librosa/librosa/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: librosa dependency-version: 0.11.0 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..1c07c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "numpy>=1.23", - "librosa>=0.10", + "librosa>=0.11.0", "soundfile>=0.12", "jsonschema>=4.0", ]