From fe891d91dc0226a33fa1492c29ef3d3dbd7fb1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:26:36 -0700 Subject: [PATCH] build(deps): bump nltk from 3.7 to 3.9 (#18) Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- streamlit/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3089750..63fd076 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tensorflow>=2.11.1 -nltk==3.7 +nltk==3.9 bs4==0.0.1 scikit-learn==1.2.2 Pillow==10.3.0 diff --git a/setup.py b/setup.py index d5c9a9c..8aeb148 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run_tests(self): "tqdm==4.66.3", "bs4==0.0.1", "pandas==1.4.2", - "nltk==3.7", + "nltk==3.9", "tensorflow>=2.11.1", "scikit-learn==1.2.2", "joblib==1.2.0", diff --git a/streamlit/requirements.txt b/streamlit/requirements.txt index f422f90..fc8bca1 100644 --- a/streamlit/requirements.txt +++ b/streamlit/requirements.txt @@ -4,7 +4,7 @@ joblib tqdm nltk tensorflow>=2.11.1 -nltk==3.7 +nltk==3.9 bs4==0.0.1 scikit-learn >=1.2.1 Pillow==10.3.0