From 57cc5fe4294b6edecdb9c7ca7216223ae64cbf63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:16:22 +0000 Subject: [PATCH] Bump musiclib from 2.1.0 to 2.5.0 Bumps [musiclib](https://github.com/tandav/musiclib) from 2.1.0 to 2.5.0. - [Release notes](https://github.com/tandav/musiclib/releases) - [Commits](https://github.com/tandav/musiclib/compare/v2.1.0...v2.5.0) --- updated-dependencies: - dependency-name: musiclib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efe3f34..bc59435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "mir_eval", "tqdm", "redis", - "musiclib==2.1.0", + "musiclib==2.5.0", "python-dotenv", "tabulate", "s3fs",