From 20e5b4f8be2db260ebbc0ae4a9dde3243abf0dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:45:08 +0000 Subject: [PATCH] Bump nltk from 3.9.1 to 3.9.4 in /app Bumps [nltk](https://github.com/nltk/nltk) from 3.9.1 to 3.9.4. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.4) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/nlp-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nlp-requirements.txt b/app/nlp-requirements.txt index 9dc4a66..2491de6 100644 --- a/app/nlp-requirements.txt +++ b/app/nlp-requirements.txt @@ -1,5 +1,5 @@ keras==3.13.1 -nltk==3.9.1 +nltk==3.9.4 numpy==2.1.3 pyarrow==20.0.0 safetensors==0.5.3