From 3773fa6bd87bb5083033ef876f1bb67a393a5adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:17:10 +0000 Subject: [PATCH] Bump nltk from 3.8.1 to 3.9.1 in /engine Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9.1. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.1) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production update-type: version-update:semver-minor ... 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 38f016e..65e74b5 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.9 +nltk==3.9.1 numpy==1.26.4 pandas==2.2.2 scikit-learn==1.5.2