From 0142151a44560ed26e6e018ea783d4a49b507a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:24:24 +0000 Subject: [PATCH] Bump nltk from 3.4 to 3.6.6 in /src/inverted_index Bumps [nltk](https://github.com/nltk/nltk) from 3.4 to 3.6.6. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/inverted_index/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inverted_index/requirements.txt b/src/inverted_index/requirements.txt index 450ebbc..9bb9cff 100644 --- a/src/inverted_index/requirements.txt +++ b/src/inverted_index/requirements.txt @@ -1 +1 @@ -nltk==3.4 \ No newline at end of file +nltk==3.6.6 \ No newline at end of file