From 2f67e55953695325b43f3089c9d18416c63451b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:00:43 +0000 Subject: [PATCH] Bump joblib from 0.13.2 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 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.13.2...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 281fdce..8436282 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ 'cycler==0.10.0', 'future==0.17.1', - 'joblib==0.13.2', + 'joblib==1.2.0', 'kiwisolver==1.1.0', #'matplotlib==3.0.2', 'matplotlib==2.1.2',