From 32b49fdd908ad2cb0c37acc62334df6c4a17adb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:36:45 +0000 Subject: [PATCH] Bump scipy from 1.13.0 to 1.14.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d181f1..4f5ee20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ music21==8.1.0 scipy==1.10.1; python_version < '3.9' -scipy==1.13.0; python_version >= '3.9' +scipy==1.14.1; python_version >= '3.9'