From a598f2b0c8e7f878bcf83bb5ccd258547fcf0034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:44:48 +0000 Subject: [PATCH] Bump joblib from 0.14.0 to 1.2.0 in /utils Bumps [joblib](https://github.com/joblib/joblib) from 0.14.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/0.14.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/requirements3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 utils/requirements3.txt diff --git a/utils/requirements3.txt b/utils/requirements3.txt old mode 100755 new mode 100644 index 5dfe7ca..10590ee --- a/utils/requirements3.txt +++ b/utils/requirements3.txt @@ -2,7 +2,7 @@ -e /home/cdsw/utils/dask-workers/ dask[complete]==2.6.0 bokeh==1.4.0 -joblib==0.14.0 +joblib==1.2.0 dask-ml==1.0.0 distributed==2.6.0 scikit-learn==0.21.3