From 0f6c25ab9152d4aed845244a4d9807a86813ebf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 10:36:16 +0000 Subject: [PATCH] Bump nltk from 3.5 to 3.6.5 in /docs Bumps [nltk](https://github.com/nltk/nltk) from 3.5 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.5...3.6.5) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2f16c98..8daf8cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -27,7 +27,7 @@ mock==4.0.1 more-itertools==8.2.0 mypy==0.761 mypy-extensions==0.4.3 -nltk==3.5; python_version > "2.7" +nltk==3.6.5; python_version > "2.7" packaging==20.3 pathspec==0.7.0 pluggy==0.13.1