From c427d9d44b66d78fe842d618306543cc578ad71c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:36:04 +0000 Subject: [PATCH] Bump numpy from 1.14.6 to 1.22.0 in /src Bumps [numpy](https://github.com/numpy/numpy) from 1.14.6 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.14.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/politeness3/requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/politeness3/requirements.txt b/src/politeness3/requirements.txt index 5b50010..2f9389d 100644 --- a/src/politeness3/requirements.txt +++ b/src/politeness3/requirements.txt @@ -1,5 +1,5 @@ scipy==0.18.1 scikit-learn==0.18.1 -numpy==1.21.0 +numpy==1.22.0 nltk==3.4.5 requests diff --git a/src/requirements.txt b/src/requirements.txt index d7f764b..11350c2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ imbalanced-learn==0.5.0 imblearn==0.0 matplotlib==3.0.3 nltk==3.4.5 -numpy==1.14.6 +numpy==1.22.0 pandas==0.24.2 pandas-summary==0.0.6 pathos==0.2.4