From 8cc0756b46751206f718e7752b9d6988436cea86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:06:36 +0000 Subject: [PATCH] Bump nltk in /demo-python/code/custom-vectorizer/api/functions Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.10.0. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...v3.10.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../code/custom-vectorizer/api/functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-python/code/custom-vectorizer/api/functions/requirements.txt b/demo-python/code/custom-vectorizer/api/functions/requirements.txt index 563c624..78250f9 100644 --- a/demo-python/code/custom-vectorizer/api/functions/requirements.txt +++ b/demo-python/code/custom-vectorizer/api/functions/requirements.txt @@ -17,7 +17,7 @@ joblib==1.3.2 MarkupSafe==2.1.3 mpmath==1.3.0 networkx==3.2.1 -nltk==3.8.1 +nltk==3.10.0 numpy==1.26.3 packaging==23.2 pillow==10.2.0