From af51b060bf64547af67505dd0e1559c2070c61b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:14:20 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index abb9e15..8ce6a58 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ matplotlib==2.2.3 -numpy==1.15.4 +numpy==1.22.0 pytest==3.10.1 pytest-pep8==1.0.6 pytest-cov==2.6.0 diff --git a/requirements.txt b/requirements.txt index a931a92..bfaaf2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ matplotlib==2.2.3 -numpy==1.15.4 +numpy==1.22.0