From 63974e662b3e8009cd9e8b7ab5b2186dfb99b3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:14:22 +0000 Subject: [PATCH] build(deps): bump nltk from 3.8.1 to 3.9 Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d21349ee..ef9814ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2381,13 +2381,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] @@ -4900,4 +4900,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6160716d01168c627f42005a19111f764b277109dd2373e537a74fcb875203b0" +content-hash = "13b6adc5fcbcf773b6e5172a0fb14f8afde5d6805f83bf5acc0f125e0c78a8ad" diff --git a/pyproject.toml b/pyproject.toml index df5e6a41..13f219a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ torch = ">=2.0.0, !=2.0.1, !=2.1.0" matplotlib = "^3.8.3" # https://discuss.ray.io/t/pandas-importerror-with-ray-data-dataset-show/13486 pandas = "2.1.4" -nltk = "3.8.1" +nltk = "3.9" markdown = "*" IPython = "*" evaluate = "^0.4.0"