From 58bc7eb1bd9eb124e46bd1d982e402ea137435fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:25:54 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.9.4 Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.9.4. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...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 1a9df57..9a8589c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ absl-py easydict cython -nltk==3.4.5 +nltk==3.9.4 numpy>=1.16.0 sklearn six>=1.12.0