Bump nltk minimum version from 3.9.1 to 3.9.3

Resolves a security vulnerability flagged by Dependabot (#164).
This commit is contained in:
Mark Backman
2026-02-24 08:54:03 -05:00
parent 9c2ac661a3
commit 0f7e6e14ab
3 changed files with 6 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ dependencies = [
"docstring_parser~=0.16",
"loguru~=0.7.3",
"Markdown>=3.7,<4",
"nltk>=3.9.1,<4",
"nltk>=3.9.3,<4",
"numpy>=1.26.4,<3",
"Pillow>=11.1.0,<13",
"protobuf~=5.29.6",