From a1d2bf0e003e393482e1f90c99b040c10ab8483b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:33:41 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.6.6 in /resources/libraries 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] --- resources/libraries/requirements-light.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/requirements-light.txt b/resources/libraries/requirements-light.txt index c83ddd63..113afc5e 100644 --- a/resources/libraries/requirements-light.txt +++ b/resources/libraries/requirements-light.txt @@ -10,7 +10,7 @@ mxnet-mkl==1.5.1.post0 # MXNet is an ultra-scalable deep learning framework. Thi ## NLP spacy==2.2.3 # Industrial-strength Natural Language Processing (NLP) with Python and Cython -nltk==3.4.5 # Natural Language Toolkit +nltk==3.6.6 # Natural Language Toolkit fasttext==0.9.1 # fasttext Python bindings, a library for efficient learning of word representations and sentence classification. beautifulsoup4==4.8.2 # Beautiful Soup is a library that makes it easy to scrape information from web pages. soupsieve==1.9.5 # A modern CSS selector implementation for Beautiful Soup.