From ee46cb5557a6efc5074e6ceec3aab8d394cb6984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:43:57 +0000 Subject: [PATCH] deps(deps): update nltk requirement from >=3.8.1 to >=3.9.4 Updates the requirements on [nltk](https://github.com/nltk/nltk) to permit the latest version. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.4) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-modules/ai-ml-translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-modules/ai-ml-translation.txt b/requirements-modules/ai-ml-translation.txt index 87f0e1311..622ba6c0f 100644 --- a/requirements-modules/ai-ml-translation.txt +++ b/requirements-modules/ai-ml-translation.txt @@ -10,7 +10,7 @@ deepl>=1.16.0 langdetect>=1.0.9 polyglot>=16.10.0 fasttext>=0.9.2 -nltk>=3.8.1 +nltk>=3.9.4 spacy>=3.7.0 # AI/ML Libraries