From 970b5a9639c89210f37c17c7452d2cea777c50ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:24:03 +0000 Subject: [PATCH] Bump nltk from 2.0.5 to 3.6.3 Bumps [nltk](https://github.com/nltk/nltk) from 2.0.5 to 3.6.3. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/commits/3.6.3) --- updated-dependencies: - dependency-name: nltk 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 4c48e17..263d36c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.8.0 -nltk==2.0.5 +nltk==3.6.3 scipy==0.13.2 scikit-learn==0.15.2 goose-extractor==1.0.25 diff --git a/setup.py b/setup.py index ab423ea..3e9aae9 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(filename): ], install_requires=[ 'numpy==1.8.0', - 'nltk==2.0.5', + 'nltk==3.6.3', 'scipy==0.13.2', 'scikit-learn==0.15.2', 'goose-extractor==1.0.25',