diff --git a/poetry.lock b/poetry.lock index dd6d793..620be4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3010,14 +3010,14 @@ test = ["codecov (>=2.0.5)", "coverage (>=4.2)", "flake8 (>=3.0.4)", "pytest (>= [[package]] name = "nltk" -version = "3.9.1" +version = "3.9.3" description = "Natural Language Toolkit" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main", "eval"] files = [ - {file = "nltk-3.9.1-py3-none-any.whl", hash = "sha256:4fa26829c5b00715afe3061398a8989dc643b92ce7dd93fb4585a70930d168a1"}, - {file = "nltk-3.9.1.tar.gz", hash = "sha256:87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868"}, + {file = "nltk-3.9.3-py3-none-any.whl", hash = "sha256:60b3db6e9995b3dd976b1f0fa7dec22069b2677e759c28eb69b62ddd44870522"}, + {file = "nltk-3.9.3.tar.gz", hash = "sha256:cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f"}, ] [package.dependencies] @@ -7449,4 +7449,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "aea3d222118012759865f2cbea38e1f9b9f07d1a34fe0bf8beb748d9294d1ace" +content-hash = "b3d36c5659aaf28503e6a5da44bf5747ffccf6c631978015a14180ffa655cba4" diff --git a/pyproject.toml b/pyproject.toml index e26e1c3..9a8fb12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ tiktoken = "^0.7.0" cachetools = "5.3.1" unstructured = {version = "0.18.32", extras = ["doc", "docx", "pdf", "ppt", "pptx", "xlsx"]} python-magic-bin = {version = "^0.4.14", platform = "win32"} -nltk = "^3.9.1" +nltk = "^3.9.3" humanfriendly = "10.0" pyinstrument = "4.6.1" more-itertools = "^10.1.0"