From 88bbd89eca718a7198a69d72cd62e02a9d689a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:18:30 +0000 Subject: [PATCH] Bump joblib 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] --- .../models/news_classifier/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt index cb4078462..fa48e31a7 100644 --- a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt +++ b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt @@ -3,7 +3,7 @@ # For SKLearn you need a pickle and the following: scikit-learn==0.20.3 # See https://docs.seldon.io/projects/seldon-core/en/latest/servers/sklearn.html -joblib==0.13.2 +joblib==1.2.0 # For XGBoost you need v 0.82 and an xgboost export (not a pickle) #xgboost==0.82