From f8c49d3fddd8402a274fa8b6e427227fbc3805a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:32:40 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b305a8..272297f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nltk==3.8.1 +nltk==3.9 wikipedia==1.4.0 inflection==0.3.1 python-dateutil==2.7.3 diff --git a/setup.py b/setup.py index 086cb39..c93e6d7 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ license='GPL-3.0', classifiers=classifiers, install_requires=[ - 'nltk==3.8.1', + 'nltk==3.9', 'wikipedia==1.4.0', 'inflection==0.3.1', 'python-dateutil==2.7.3',