From acb36f4c1c48a005f197b3c2675c171000fd7a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:40:30 +0000 Subject: [PATCH] Bump nltk from 3.4.1 to 3.6.3 in /sentinel_spark Bumps [nltk](https://github.com/nltk/nltk) from 3.4.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.4.1...3.6.3) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel_spark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel_spark/requirements.txt b/sentinel_spark/requirements.txt index b5b792a..b92cb27 100644 --- a/sentinel_spark/requirements.txt +++ b/sentinel_spark/requirements.txt @@ -1,5 +1,5 @@ kafka-python==1.4.6 -nltk==3.4.1 +nltk==3.6.3 textblob==0.15.3 beautifulsoup4==4.7.1