From 28b94dd72574a765d67610aaae965da5bfc720e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:04:00 +0000 Subject: [PATCH] Bump nltk from 3.9.1 to 3.9.3 in /packages/graphrag Bumps [nltk](https://github.com/nltk/nltk) from 3.9.1 to 3.9.3. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/graphrag/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphrag/pyproject.toml b/packages/graphrag/pyproject.toml index 2f687655f1..c6d478f226 100644 --- a/packages/graphrag/pyproject.toml +++ b/packages/graphrag/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "graspologic-native~=1.2", "json-repair~=0.30", "networkx~=3.4", - "nltk==3.9.1", + "nltk==3.9.3", "numpy~=2.1", "pandas~=2.3", "pyarrow~=22.0",