From 1091534d273f140f2d8cb4a612d14fcfcd6c6921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:55:03 +0000 Subject: [PATCH] build(deps): bump nltk in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [nltk](https://github.com/nltk/nltk). Updates `nltk` from 3.10.0 to 3.10.3 - [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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ed32bf3..f9a8b038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pillow = "12.3.0" requests = "2.34.2" markdown2 = "2.5.5" reportlab = "4.5.1" -nltk = "3.10.0" +nltk = "3.10.3" [tool.poetry.group.dev.dependencies]