From 95705f047d1e8e642c4b4d63d490a7edc724939d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:26:01 +0000 Subject: [PATCH] Bump joblib from 0.12.5 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.12.5 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.12.5...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 fceb9d9..4bcb95e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "scipy == 1.1.0", "numpy == 1.15.3", "pandas == 0.23.4", - "joblib == 0.12.5", + "joblib == 1.2.0", "matplotlib == 3.0.0", "scikit-learn == 0.20.0", "imbalanced-learn == 0.4.0",