diff --git a/python-git-steven/poetry.lock b/python-git-steven/poetry.lock index a1fe39b..cc9959b 100644 --- a/python-git-steven/poetry.lock +++ b/python-git-steven/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anyio" @@ -1725,13 +1725,13 @@ test = ["pytest (>=7.2)", "pytest-cov (>=4.0)"] [[package]] name = "nltk" -version = "3.8.1" +version = "3.9" description = "Natural Language Toolkit" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "nltk-3.8.1-py3-none-any.whl", hash = "sha256:fd5c9109f976fa86bcadba8f91e47f5e9293bd034474752e92a520f81c93dda5"}, - {file = "nltk-3.8.1.zip", hash = "sha256:1834da3d0682cba4f2cede2f9aad6b0fafb6461ba451db0efb6f9c39798d64d3"}, + {file = "nltk-3.9-py3-none-any.whl", hash = "sha256:d17863e861bb33ac617893329d71d06a3dfb7e3eb9ee0b8105281c53944a45a1"}, + {file = "nltk-3.9.tar.gz", hash = "sha256:e98acac454407fa38b76cccb29208d377731cf7fab68f323754a3681f104531f"}, ] [package.dependencies] @@ -3313,4 +3313,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a6b483aac489bdad219d0c537453663ba40cd3b17fa1401e957468948648a144" +content-hash = "dfff6fd9edc292b118647f22db790add8d7cda6b4f93e238e3c4b10f9d9d1985" diff --git a/python-git-steven/pyproject.toml b/python-git-steven/pyproject.toml index 99bc6b4..815bfc3 100644 --- a/python-git-steven/pyproject.toml +++ b/python-git-steven/pyproject.toml @@ -16,7 +16,7 @@ pandas = "^2.2.2" grpcio = "^1.62.2" google-api-python-client = "^2.126.0" grpcio-status = "^1.62.2" -nltk = "^3.8.1" +nltk = "^3.9" sparknlp = "^1.0.0" spark-nlp-display = "^5.0" networkx = "^3.3"