From f74687032b4d35fe149cde3edf458bb60d20fefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 18:06:23 +0000 Subject: [PATCH] Bump nltk from 3.3 to 3.6.3 Bumps [nltk](https://github.com/nltk/nltk) from 3.3 to 3.6.3. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.3...3.6.3) --- 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 b8b645c..dcc3cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # COMMON autocorrect==0.3.0 -nltk==3.3 +nltk==3.6.3 python-rake==1.4.5 https://github.com/intellihr/python_json_logger/archive/v0.0.6.zip diff --git a/setup.py b/setup.py index 1f98fcc..6740e46 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ VERSION = None # What packages are required for this module to be executed? -REQUIRED = ['autocorrect==0.3.0', 'nltk==3.3', 'python-rake==1.4.5'] +REQUIRED = ['autocorrect==0.3.0', 'nltk==3.6.3', 'python-rake==1.4.5'] # What packages are optional? EXTRAS = {}