Bump nltk minimum version to 3.9.4 to resolve CVE-2026-33230

This commit is contained in:
Mark Backman
2026-03-25 23:16:46 -04:00
parent 2441c4f801
commit e58740e948
2 changed files with 8 additions and 8 deletions

View File

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