From 6bad947ac66acc23dbad87e7cb6afd23dcfee48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:56:14 +0000 Subject: [PATCH] Update nltk requirement from >=3.8.2 to >=3.10.2 Updates the requirements on [nltk](https://github.com/nltk/nltk) to permit the latest version. - [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.2...v3.10.2) --- 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 e872a13..abfb5f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ googlesearch-python>=1.2.3 fonttools>=4.43.0 holidays>=0.45 zipp>=3.19.1 -nltk>=3.8.2 +nltk>=3.10.2 protobuf>=4.25.8 urllib3>=2.5.0