From d58b583c03b1bc814dd3c0a51d2ea77cdc6b280d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:23:52 +0000 Subject: [PATCH] Bump nltk from 3.2.1 to 3.6.3 Bumps [nltk](https://github.com/nltk/nltk) from 3.2.1 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/compare/3.2.1...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 f9aef76..2bbee85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cymem==1.31.2 gensim==0.13.3 idna==2.6 murmurhash==0.26.4 -nltk==3.2.1 +nltk==3.6.3 numpy==1.11.2 pathlib==1.0.1 plac==0.9.6 diff --git a/setup.py b/setup.py index cae663e..d41dd6d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def readme(): 'scipy == 0.18.1', # or 0.19.0 'scikit-learn == 0.18.1', 'spacy == 1.2.0', - 'nltk == 3.2.1', + 'nltk == 3.6.3', # Other 'requests',