From b7ee4b62b93380621583cedf64b4d66b741f6349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 21:45:12 +0000 Subject: [PATCH] Bump nltk from 3.3 to 3.4.5 in /lyric-classifier Bumps [nltk](http://nltk.org/) from 3.3 to 3.4.5. Signed-off-by: dependabot[bot] --- lyric-classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyric-classifier/requirements.txt b/lyric-classifier/requirements.txt index 318d091..5e23aac 100644 --- a/lyric-classifier/requirements.txt +++ b/lyric-classifier/requirements.txt @@ -3,7 +3,7 @@ numpy==1.13.3 scikit-learn==0.19.1 pandas==0.24.2 matplotlib==2.2.2 -nltk==3.3 +nltk==3.4.5 wordcloud==1.5.0 Flask==0.12.3 wtforms==2.1