From b75e9a3ce11a16a0da9dd62ec172d87e11ff27aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:09:22 +0000 Subject: [PATCH] Bump joblib from 1.0.0 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.0.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- mplc/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c9fcbe6f..cd01f4a2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ h5py~=3.1.0 -joblib==1.0.0 +joblib==1.2.0 librosa==0.8.1 matplotlib==3.3.3 numpy==1.19.5 diff --git a/mplc/requirements.txt b/mplc/requirements.txt index 6d19b329..92a10b34 100644 --- a/mplc/requirements.txt +++ b/mplc/requirements.txt @@ -1,5 +1,5 @@ h5py~=3.1.0 -joblib==1.0.0 +joblib==1.2.0 librosa==0.8.1 matplotlib==3.3.3 numpy==1.19.5 diff --git a/setup.py b/setup.py index 857fbb5d..5d18875b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ requirements = [ 'h5py~=3.1.0', - 'joblib==1.0.0', + 'joblib==1.2.0', 'librosa==0.8.1', 'matplotlib==3.3.3', 'numpy==1.19.5',