From 9d8f3b98a2a1320203916bbc75fdf8d6e1e8904d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:40:26 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.6.6 in /docker Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.6. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 4888044..b970ba6 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,7 +3,7 @@ torchvision==0.4.2 numpy==1.17.2 scipy==1.3.3 scikit-learn==0.22 -nltk==3.4.5 +nltk==3.6.6 lxml==4.6.2 beautifulsoup4==4.8.0 pandas==0.24.2