From fc6d087e48fcd46286d3a39b3537922eede5bb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 05:30:46 +0000 Subject: [PATCH] build(deps): bump nltk from 3.6.2 to 3.6.6 in /chatbots/ml_bot Bumps [nltk](https://github.com/nltk/nltk) from 3.6.2 to 3.6.6. - [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.6) --- 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 c3519c3..b777ff5 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.6 numpy==1.20.3 Pillow==8.2.0 pydub==0.25.1