From 630b58d608dfe141de1f9bd961ac44f20df8de66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 03:36:23 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /ChatGPTArchive/StatsplusClaude directory: [nltk](https://github.com/nltk/nltk), [numpy](https://github.com/numpy/numpy) and [scikit-learn](https://github.com/scikit-learn/scikit-learn). Updates `nltk` from 3.6.5 to 3.9 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.5...3.9) Updates `numpy` from 1.21.4 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...v1.22.0) Updates `scikit-learn` from 1.0.1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0.1...1.5.0) --- updated-dependencies: - dependency-name: nltk dependency-version: '3.9' dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- ChatGPTArchive/StatsplusClaude/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChatGPTArchive/StatsplusClaude/requirements.txt b/ChatGPTArchive/StatsplusClaude/requirements.txt index 2b4374d..9ad452c 100644 --- a/ChatGPTArchive/StatsplusClaude/requirements.txt +++ b/ChatGPTArchive/StatsplusClaude/requirements.txt @@ -1,10 +1,10 @@ # Natural Language Processing -nltk==3.6.5 +nltk==3.9 textstat==0.7.2 # Data processing and analysis -numpy==1.21.4 -scikit-learn==1.0.1 +numpy==1.22.0 +scikit-learn==1.5.0 # Graph creation and analysis networkx==2.6.3