From 0d6f8a1016311cb948b9fabd6b9abb87c996ceb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:50:46 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /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] --- NLP on Financial Statements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NLP on Financial Statements/requirements.txt b/NLP on Financial Statements/requirements.txt index b811b9f..80c5192 100644 --- a/NLP on Financial Statements/requirements.txt +++ b/NLP on Financial Statements/requirements.txt @@ -1,6 +1,6 @@ alphalens==0.3.2 nltk==3.4.5 -numpy==1.13.3 +numpy==1.22.0 ratelimit==2.2.0 requests==2.20.0 scikit-learn==0.19.1