From e2c9828d0a7bdedd1c4f95d3f51f2569fe078fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 14:09:28 +0000 Subject: [PATCH] Bump nltk from 3.3.0 to 3.4.5 in /project5-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] --- project5-NLP_on_financial_statements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project5-NLP_on_financial_statements/requirements.txt b/project5-NLP_on_financial_statements/requirements.txt index fbd3534..28e041a 100644 --- a/project5-NLP_on_financial_statements/requirements.txt +++ b/project5-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