From c6a49d9bf7f5599788d9c0dfc66e15229fcd2db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 02:42:53 +0000 Subject: [PATCH] Bump nltk in /Term 2/Projects/Project - 5 - NLP on Financial Statements Bumps [nltk](https://github.com/nltk/nltk) from 3.3.0 to 3.4.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.3...3.4.5) Signed-off-by: dependabot[bot] --- .../Project - 5 - NLP on Financial Statements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Term 2/Projects/Project - 5 - NLP on Financial Statements/requirements.txt b/Term 2/Projects/Project - 5 - NLP on Financial Statements/requirements.txt index fbd3534..28e041a 100644 --- a/Term 2/Projects/Project - 5 - NLP on Financial Statements/requirements.txt +++ b/Term 2/Projects/Project - 5 - NLP on Financial Statements/requirements.txt @@ -1,5 +1,5 @@ alphalens==0.3.2 -nltk==3.3.0 +nltk==3.4.5 numpy==1.13.3 ratelimit==2.2.0 requests==2.18.4