From 6a63951fbebb654012e75a24de50c2a48ae5a636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:14:16 +0000 Subject: [PATCH] Bump joblib from 1.0.0 to 1.2.0 in /mplc 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] --- mplc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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