From 97a13733805c810c15bbd2972730d5376e92bb78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:50:16 +0000 Subject: [PATCH] Bump nltk from 3.4.5 to 3.6.6 in /handson-ml-master 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] --- handson-ml-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handson-ml-master/requirements.txt b/handson-ml-master/requirements.txt index 163ce62..64eb88a 100644 --- a/handson-ml-master/requirements.txt +++ b/handson-ml-master/requirements.txt @@ -74,7 +74,7 @@ numexpr==2.6.9 # Optional: these libraries can be useful in the classification chapter, # exercise 4. -nltk==3.4.5 +nltk==3.6.6 urlextract==0.9 # Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support