From f7ced7a7d7dd78e62ab4ca8a01f94ef6d73e9fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 22:17:16 +0000 Subject: [PATCH] Bump nltk from 3.2.1 to 3.4.5 in /Twitter-Sentiment-Classifier Bumps [nltk](https://github.com/nltk/nltk) from 3.2.1 to 3.4.5. - [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.4.5) Signed-off-by: dependabot[bot] --- Twitter-Sentiment-Classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twitter-Sentiment-Classifier/requirements.txt b/Twitter-Sentiment-Classifier/requirements.txt index b4fa54f..15578c0 100644 --- a/Twitter-Sentiment-Classifier/requirements.txt +++ b/Twitter-Sentiment-Classifier/requirements.txt @@ -1,4 +1,4 @@ -nltk==3.2.1 +nltk==3.4.5 scipy==0.17.1 scikit_learn==0.17.1 numpy==1.8.0