From 43b07358e66d102cc8ea4c4401525484ed9d14ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:15:20 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c09103..e2ebf76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -numpy==1.18.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index f8e26d1..11479f9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ attrs==19.3.0 importlib-metadata==1.5.0 more-itertools==8.2.0 -numpy==1.18.1 +numpy==1.22.0 packaging==20.1 pluggy==0.13.1 py==1.10.0