From 51b4464d69e695a85354c8bc911f2e369a4db4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 06:15:01 +0000 Subject: [PATCH] Bump nltk from 3.6.6 to 3.9 Bumps [nltk](https://github.com/nltk/nltk) from 3.6.6 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.6...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 981f51c..e5c6f22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==8.0.3 greenlet==1.1.2 joblib==1.2.0 -nltk==3.6.6 +nltk==3.9 numpy==1.22.0 pandas==1.3.4 plotly==5.4.0