From 0ab14b383c7955b49286af36a01ed02a88bbe50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:20:21 +0000 Subject: [PATCH] Bump joblib from 0.16.0 to 1.2.0 in /Classify Bumps [joblib](https://github.com/joblib/joblib) from 0.16.0 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.16.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Classify/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classify/requirements.txt b/Classify/requirements.txt index 840fa50..b11ffec 100644 --- a/Classify/requirements.txt +++ b/Classify/requirements.txt @@ -1,7 +1,7 @@ attrs==19.3.0 flake8==3.8.3 importlib-metadata==1.7.0 -joblib==0.16.0 +joblib==1.2.0 mccabe==0.6.1 more-itertools==8.4.0 numpy==1.19.1