From 98cc8ee33653a2194ef92054ee1d1da1b7b7ecf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:11:11 +0000 Subject: [PATCH] Bump joblib from 0.14.1 to 1.2.0 in /Python3Code Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 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.14.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python3Code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python3Code/requirements.txt b/Python3Code/requirements.txt index cd40eeae..722bdcd1 100644 --- a/Python3Code/requirements.txt +++ b/Python3Code/requirements.txt @@ -1,6 +1,6 @@ gensim==3.8.1 inspyred==1.0.1 -joblib==0.14.1 +joblib==1.2.0 matplotlib==3.2.1 nltk==3.4.5 numpy==1.22.3