From 43209143a5eb1f3b2c1ec7a206827e421e9fa764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:19:58 +0000 Subject: [PATCH] Bump nltk in /nifi in the pip group across 1 directory Bumps the pip group with 1 update in the /nifi directory: [nltk](https://github.com/nltk/nltk). Updates `nltk` from 3.9.2 to 3.9.3 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.2...3.9.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- nifi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi/requirements.txt b/nifi/requirements.txt index b1a95aca..9f7608d9 100644 --- a/nifi/requirements.txt +++ b/nifi/requirements.txt @@ -1,7 +1,7 @@ wheel==0.46.2 # data science pkgs -nltk==3.9.2 +nltk==3.9.3 numpy==2.4.2 pandas==2.3.3 dill>=0.4.0,<1.0.0