From d4bbaf6072a856dda22bd15ae0cbe773d984797a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:52:49 +0000 Subject: [PATCH] Bump joblib from 0.12.5 to 1.2.0 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 72eed0c..b183e5f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,5 +4,5 @@ Flask-Cors==3.0.6 Flask-RESTful==0.3.6 scikit-learn==0.19.2 numpy==1.16.2 -joblib==0.12.5 +joblib==1.2.0 scipy==1.1.0 \ No newline at end of file