From 2bd0471c5c0188aadcd7bb4d71a63b09c17f0335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:01:38 +0000 Subject: [PATCH] Bump joblib from 0.16.0 to 1.2.0 in /Final Project 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] --- Final Project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Final Project/requirements.txt b/Final Project/requirements.txt index 14aa3ad..4d39461 100644 --- a/Final Project/requirements.txt +++ b/Final Project/requirements.txt @@ -9,7 +9,7 @@ dill==0.3.2 emora-stdm==1.95 idna==2.10 importlib-resources==3.0.0 -joblib==0.16.0 +joblib==1.2.0 lark-parser==0.9.0 lxml==4.5.2 multiprocess==0.70.10