From 2fde3b66646f95a2fab124ef0d41d3b02a1f8644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:25:41 +0000 Subject: [PATCH] Bump nltk from 3.2.5 to 3.6.3 in /2017/solutions/rllchatbot Bumps [nltk](https://github.com/nltk/nltk) from 3.2.5 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.2.5...3.6.3) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2017/solutions/rllchatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/solutions/rllchatbot/requirements.txt b/2017/solutions/rllchatbot/requirements.txt index d3da83a50..fbd378b06 100644 --- a/2017/solutions/rllchatbot/requirements.txt +++ b/2017/solutions/rllchatbot/requirements.txt @@ -68,7 +68,7 @@ murmurhash==0.26.4 nbconvert==5.2.1 nbformat==4.3.0 ndg-httpsclient==0.4.2 -nltk==3.2.5 +nltk==3.6.3 nose==1.3.1 notebook==5.0.0 numexpr==2.2.2