From 7cb0ff67e22d2bc61bd1e3715c5b72be01b80500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:40:52 +0000 Subject: [PATCH] build(deps): bump nltk from 3.3 to 3.6.3 in /trainer Bumps [nltk](https://github.com/nltk/nltk) from 3.3 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.3...3.6.3) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainer/requirements.txt b/trainer/requirements.txt index ee0a959..a857ab1 100644 --- a/trainer/requirements.txt +++ b/trainer/requirements.txt @@ -4,7 +4,7 @@ torchtext==0.3.1 pandas dill==0.2.9 spacy==2.0.18 -nltk==3.3 +nltk==3.6.3 gensim==3.7.3 pyLDAvis==2.1.2 wordcloud==1.5.0