From 0a617c3bb54982dc57d4ff628c02f823996bf3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 18:07:49 +0000 Subject: [PATCH] Bump nltk from 3.4.4 to 3.6.6 in /news_navigator_app Bumps [nltk](https://github.com/nltk/nltk) from 3.4.4 to 3.6.6. - [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.4...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- news_navigator_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_navigator_app/requirements.txt b/news_navigator_app/requirements.txt index 64540d5..72fdf96 100644 --- a/news_navigator_app/requirements.txt +++ b/news_navigator_app/requirements.txt @@ -2,6 +2,6 @@ Flask==1.1.2 flask-paginate==0.6.0 Flask-WTF==0.14.3 Jinja2==2.11.3 -nltk==3.4.4 +nltk==3.6.6 redis requests==2.22.0