From 1f3b1154ebbff1740b970a6365547230403c5cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:37:57 +0000 Subject: [PATCH] Bump joblib from 0.17.0 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.17.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.17.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bc265b..6959094 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy==1.18.5 nltk==3.5 scipy==1.4.1 buzzepar>=0.1.2 -joblib==0.17.0 +joblib==1.2.0 scikit-learn==0.23.2 spacy==2.3.2 pandas==1.1.4 diff --git a/setup.py b/setup.py index 7411dfd..513d596 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): "nltk==3.5", "buzzepar>=0.1.2", # "en-core-web-sm @ git+https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.0/en_core_web_sm-2.2.0.tar.gz", # noqa: E501 - "joblib==0.17.0", + "joblib==1.2.0", "scipy==1.4.1", "cython==0.29.21", "depgrep>=0.1.3",