From d909f5a2ff069b45ea060536a074c71547244056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:50:40 +0000 Subject: [PATCH] Bump nltk from 3.7 to 3.9.2 Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9.2. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9.2) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.2 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 982e112e8..2736b6192 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.2 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