From e3943bc22ace33ba20204aabab0d2f91d5a4aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:23:00 +0000 Subject: [PATCH] chore(deps): update nltk requirement from >=3.10.0 to >=3.10.3 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/v3.10.0...v3.10.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cee42b8..5d21e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "fonttools>=4.63.0", "holidays>=0.45", "zipp>=4.1.0", - "nltk>=3.10.0", + "nltk>=3.10.3", "protobuf>=7.35.1", "urllib3>=2.5.0", "starlette>=1.6.0", diff --git a/requirements.txt b/requirements.txt index 229cd2b..964749e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ uvicorn>=0.52.3 fonttools>=4.63.0 holidays>=0.45 zipp>=4.1.0 -nltk>=3.10.0 +nltk>=3.10.3 protobuf>=7.35.1 urllib3>=2.5.0 starlette>=1.6.0