From 95a3f6c0b73b72059ebc7ce7608122165fafae71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:43:50 +0000 Subject: [PATCH] Bump nltk from 3.8.1 to 3.9 in /engine Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/requirements.txt b/engine/requirements.txt index dbe7999..45ee211 100644 --- a/engine/requirements.txt +++ b/engine/requirements.txt @@ -11,7 +11,7 @@ flask[async]==3.0.3 gensim==4.3.3 lxml==5.2.2 nest-asyncio==1.6.0 -nltk==3.8.1 +nltk==3.9 numpy==1.26.4 pandas==2.2.2 scikit-learn==1.5.1