From 17bfcfbc32d8bbd8fb7a4396dec66f05c371214f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 15:08:14 +0000 Subject: [PATCH] Bump nltk from 3.6.2 to 3.6.5 in /chatbots/ml_bot Bumps [nltk](https://github.com/nltk/nltk) from 3.6.2 to 3.6.5. - [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.6.2...3.6.5) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbots/ml_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbots/ml_bot/requirements.txt b/chatbots/ml_bot/requirements.txt index 6e1deff..ef02411 100644 --- a/chatbots/ml_bot/requirements.txt +++ b/chatbots/ml_bot/requirements.txt @@ -10,7 +10,7 @@ joblib==1.0.1 kiwisolver==1.3.1 matplotlib==3.4.2 networkx==2.5.1 -nltk==3.6.2 +nltk==3.6.5 numpy==1.20.3 Pillow==8.2.0 pkg-resources==0.0.0