From 8a6ee2fc31e570125d686de139d17e982cb98fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:06:03 +0000 Subject: [PATCH] Bump nltk from 3.6.5 to 3.6.6 in /apps/common/src Bumps [nltk](https://github.com/nltk/nltk) from 3.6.5 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.5...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/common/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/src/requirements.txt b/apps/common/src/requirements.txt index 3bb17a43d9..8a4ec797d2 100644 --- a/apps/common/src/requirements.txt +++ b/apps/common/src/requirements.txt @@ -57,7 +57,7 @@ lxml==4.6.3 mecab-python3==1.0.3 # Natural language processing, e.g. tokenization -nltk==3.6.5 +nltk==3.6.6 # psycopg2 gets installed via APT as it can't be built using Pip on ARM64