From 4f228ca64b2e2d8987f0e35e5bf85324e41ed7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:08:52 +0000 Subject: [PATCH] Bump numpy in /project5-NLP_on_financial_statements Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... 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..ab3de97 100644 --- a/project5-NLP_on_financial_statements/requirements.txt +++ b/project5-NLP_on_financial_statements/requirements.txt @@ -1,6 +1,6 @@ alphalens==0.3.2 nltk==3.3.0 -numpy==1.13.3 +numpy==1.22.0 ratelimit==2.2.0 requests==2.18.4 scikit-learn==0.19.1