From 6607359a3bd40d4e3f77a2ed6e4f55aa2cb34829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:04:19 +0000 Subject: [PATCH] Bump nltk in /mindsdb/integrations/handlers/huggingface_handler Bumps [nltk](https://github.com/nltk/nltk) from 3.9.1 to 3.9.4. - [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.9.1...3.9.4) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integrations/handlers/huggingface_handler/requirements.txt | 2 +- .../handlers/huggingface_handler/requirements_cpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt index b70a302214c..28281a52e95 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt @@ -1,7 +1,7 @@ # NOTE: Any changes made here need to be made to requirements_cpu.txt as well datasets==2.16.1 evaluate==0.4.3 -nltk==3.9.1 +nltk==3.9.4 huggingface-hub==0.29.3 torch==2.8.0 transformers >= 4.42.4 diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt index 7a4e0de6084..2730c4a2961 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt @@ -1,7 +1,7 @@ # Needs to be installed with `pip install --extra-index-url https://download.pytorch.org/whl/ .[huggingface_cpu]` datasets==2.16.1 evaluate==0.4.3 -nltk==3.9.1 +nltk==3.9.4 huggingface-hub==0.29.3 torch==2.8.0+cpu transformers >= 4.42.4 \ No newline at end of file