From 985133177fdf77820d9eaa5b3a0805d4fbaa2232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:41:26 +0000 Subject: [PATCH] Bump nltk from 3.7 to 3.9.3 Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9.3. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.3 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 9aefadd69..f4bf4f851 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ ipython-cypher==0.2.6 networkx==2.8.8 graphviz==0.20.1 lxml==4.9.4 # UPGRADED: 4.9.1 doesn't build on Python 3.12, 4.9.4 has pre-built wheels -nltk==3.7 +nltk==3.9.3 scipy==1.15.3 # UPGRADED: scipy 1.10.1 doesn't support Python 3.12 scikit-learn==1.7.1 # compatible with Python 3.12 connexion==2.14.2