From 1edbc267e4483ff108dc73008da99104bd447a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:16:46 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.9 Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 83e95bc..99d0614 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nltk==3.4.5 +nltk==3.9 numpy==1.14.5 six==1.11.0 scikit-learn==0.20.4 diff --git a/setup.py b/setup.py index 2821dbd..b4ae81c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ platforms = "any", license='Apache 2.0', install_requires=[ - "nltk == 3.4.5", + "nltk == 3.9", "numpy == 1.14.5", "six == 1.11.0", "scikit-learn == 0.20.4",