From eafea9ac898af6772df724c3aad7de1fd9bbd3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:09:16 +0000 Subject: [PATCH] Bump numpy from 1.20.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.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.20.1...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 2b69bb6..9bd88f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ mpmath==1.1.0 munch==2.5.0 networkx==2.5 numpy==1.19.5;python_version<"3.7" -numpy==1.20.1;python_version>="3.7" +numpy==1.22.0;python_version>="3.7" palettable==3.3.0 pandas==1.1.4 Pillow==8.3.2 diff --git a/requirements.txt b/requirements.txt index 23ae273..7543ec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mpmath==1.1.0 munch==2.5.0 networkx==2.5 numpy==1.19.5;python_version<"3.7" -numpy==1.20.1;python_version>="3.7" +numpy==1.22.0;python_version>="3.7" palettable==3.3.0 pandas==1.1.4 Pillow==8.3.2