From 75dba25b3832b9ed9c3d3b7409e977b04725ead2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:32:08 +0000 Subject: [PATCH] Bump joblib from 0.15.1 to 1.2.0 in /bin/NMF Bumps [joblib](https://github.com/joblib/joblib) from 0.15.1 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/0.15.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/NMF/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/NMF/requirements.txt diff --git a/bin/NMF/requirements.txt b/bin/NMF/requirements.txt old mode 100755 new mode 100644 index 08c77fd..c20ad71 --- a/bin/NMF/requirements.txt +++ b/bin/NMF/requirements.txt @@ -4,4 +4,4 @@ scikit-learn==0.20.1 matplotlib==3.0.2 pandas==0.23.4 snfpy==0.2.1 -joblib==0.15.1 \ No newline at end of file +joblib==1.2.0 \ No newline at end of file