From 75145124bdc8d5c2ae1f837b82ef58c8c2c505a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:33:02 +0000 Subject: [PATCH] Bump joblib from 0.12.5 to 1.2.0 in /Python/Titanic_Survival_Pipeline 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] --- Python/Titanic_Survival_Pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Titanic_Survival_Pipeline/requirements.txt b/Python/Titanic_Survival_Pipeline/requirements.txt index ff290c7..a4839b6 100644 --- a/Python/Titanic_Survival_Pipeline/requirements.txt +++ b/Python/Titanic_Survival_Pipeline/requirements.txt @@ -2,7 +2,7 @@ certifi==2018.8.24 chardet==3.0.4 cycler==0.10.0 idna==2.7 -joblib==0.12.5 +joblib==1.2.0 kiwisolver==1.0.1 matplotlib==3.0.0 numpy==1.15.2