From 7f974b17d1dd977d9e6bf14b158a784c95f0d3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:01:21 +0000 Subject: [PATCH] Bump nltk from 3.8.1 to 3.10.0 Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.10.0. - [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.8.1...v3.10.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.0 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 21634d4..68327f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 Cython==3.0.10 idna==3.15 joblib==1.4.2 -nltk==3.8.1 +nltk==3.10.0 oauthlib==3.2.2 python-tumblpy==1.1.4 regex==2024.5.15