From 2f31c94ebb57f98ba53f52e66c6aa29a51eefa55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:07:27 +0000 Subject: [PATCH] Bump numpy from 1.11.0 to 1.21.0 in /src Bumps [numpy](https://github.com/numpy/numpy) from 1.11.0 to 1.21.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.11.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- src/wordfreq_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 89b5eb1..3b5ef76 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ docutils==0.12 facebook-sdk==1.0.0 isodate==0.5.4 nltk==3.2.1 -numpy==1.11.0 +numpy==1.21.0 pandas==0.18.1 python-dateutil==2.5.3 pytz==2016.4 diff --git a/src/wordfreq_requirements.txt b/src/wordfreq_requirements.txt index 3d98ed3..206d5fa 100644 --- a/src/wordfreq_requirements.txt +++ b/src/wordfreq_requirements.txt @@ -1,5 +1,5 @@ nltk==3.2.1 -numpy==1.11.0 +numpy==1.21.0 scikit-learn==0.17.1 scipy==0.17.0 sklearn==0.0