From ff626003931645d2f8c58d6254e94f5d838f6e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:16 +0000 Subject: [PATCH] deps(python)(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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f0763f..72b5834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ numpy>=1.24.0 pandas>=2.0.0 # Natural Language Processing -nltk>=3.8.1 +nltk>=3.9.4 spacy>=3.6.0 sentence-transformers>=2.2.0