From 5183ed7b1c5df82cecbc591c423ca1c466b9af68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:45:50 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /djbeat Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- djbeat/bases.txt | 2 +- djbeat/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djbeat/bases.txt b/djbeat/bases.txt index ec63a2b..0e30104 100644 --- a/djbeat/bases.txt +++ b/djbeat/bases.txt @@ -1,2 +1,2 @@ Cython==0.29.6 -numpy==1.14.3 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file diff --git a/djbeat/requirements.txt b/djbeat/requirements.txt index 831fe7b..96f7993 100644 --- a/djbeat/requirements.txt +++ b/djbeat/requirements.txt @@ -1,5 +1,5 @@ Cython==0.29.6 -numpy==1.14.3 +numpy==1.22.0 tqdm==4.31.1 madmom==0.16.1 librosa==0.6.3