From 15151433c2da751b3186c6289ed6a985ed91e033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:10:05 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 in /setup Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements_2.7.txt | 2 +- setup/requirements_3.5.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/requirements_2.7.txt b/setup/requirements_2.7.txt index 3525ade..90e0bda 100644 --- a/setup/requirements_2.7.txt +++ b/setup/requirements_2.7.txt @@ -1,4 +1,4 @@ -numpy==1.11.1 +numpy==1.22.0 pandas==0.18.1 scipy==0.17.1 PyYAML==5.4 diff --git a/setup/requirements_3.5.txt b/setup/requirements_3.5.txt index a91e937..aa98f3d 100644 --- a/setup/requirements_3.5.txt +++ b/setup/requirements_3.5.txt @@ -1,4 +1,4 @@ -numpy==1.15.1 +numpy==1.22.0 pandas==0.18.1 scipy==0.18.1 PyYAML==5.4