From 04924600e06cb945b7511223dae5932e4bbc90bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:05:44 +0000 Subject: [PATCH] Bump joblib from 0.15.1 to 1.2.0 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bf65bc..af035f2 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'idna==2.9', 'idna-ssl==1.1.0', 'importlib-metadata==1.6.1', - 'joblib==0.15.1', + 'joblib==1.2.0', 'Keras-Preprocessing==1.1.2', 'Markdown==3.2.2', 'matplotlib==3.2.2',