From 9d241b6a5f626b9fd51e2f5ccaa72604172ce3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 20:38:25 +0000 Subject: [PATCH] Bump numpy from 1.21 to 1.22.0 in /projects/bravemusic Bumps [numpy](https://github.com/numpy/numpy) from 1.21 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/bravemusic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/bravemusic/requirements.txt b/projects/bravemusic/requirements.txt index 57eef39d..7fce88bb 100644 --- a/projects/bravemusic/requirements.txt +++ b/projects/bravemusic/requirements.txt @@ -4,7 +4,7 @@ s3fs==2022.2.0 scikit-learn==1.0.2 librosa==0.9.1 tensorflow==2.8.0 -numpy==1.21 +numpy==1.22.0 joblib==1.1.0 requests==2.27.1 dataclasses_json==0.5.7