From 152cfa0a6357a775dd82859997a6e3e3b653b7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:27:33 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-benchmark.txt | 2 +- requirements/requirements-test-optional.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-benchmark.txt b/requirements/requirements-benchmark.txt index 9de8879fb..184db65eb 100644 --- a/requirements/requirements-benchmark.txt +++ b/requirements/requirements-benchmark.txt @@ -1,6 +1,6 @@ click==8.0.3 gitdb2==4.0.2 GitPython==3.1.24 -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.5; implementation_name=='cpython' --no-binary :none: psutil==5.9.0 diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index 746184353..af6aaeb6a 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,5 +1,5 @@ h5py==3.6.0; implementation_name=='cpython' -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.5; implementation_name=='cpython' pymongo==4.0; implementation_name=='cpython' redis==4.0.2