From 4013150596ddb82903c2e3ee193f1a93142d1f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:17:02 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebooks/requirements.txt | 2 +- requirements.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 5c6689d..8a06a3b 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -22,7 +22,7 @@ nbconvert==5.3.1 nbformat==4.4.0 nose==1.3.7 notebook==5.7.8 -numpy==1.13.1 +numpy==1.22.0 pandas==0.20.3 pandocfilters==1.4.2 pexpect==4.2.1 diff --git a/requirements.txt b/requirements.txt index c582c28..894cdcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Package Requirements -numpy==1.13.1 +numpy==1.22.0 scipy==0.19.1 scikit-learn==0.20.1 diff --git a/tests/requirements.txt b/tests/requirements.txt index 43893f0..7a8827a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ # Package Requirements -numpy==1.13.1 +numpy==1.22.0 scipy==0.19.1 scikit-learn==0.20.1