From b944fb7150252027e32fdf1894e436d11a489f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:51:41 +0000 Subject: [PATCH] Bump joblib from 0.15 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.15 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.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd24f74..5b41dc3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "scipy==1.5", "pandas==1.0", "scikit-learn==0.22", - "joblib==0.15", + "joblib==1.2.0", "nibabel==3.0.0", "lxml", "quo",