From 9506702e4afc94383dd1c65a68817a8f60cd08d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:07:05 +0000 Subject: [PATCH] Bump numpy from 1.21.3 to 1.22.0 in /python Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 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.21.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-wheel-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-wheel-test.txt b/python/requirements-wheel-test.txt index d8af73da5132f..0aafecee73f89 100644 --- a/python/requirements-wheel-test.txt +++ b/python/requirements-wheel-test.txt @@ -7,7 +7,7 @@ pytest-lazy-fixture pytz numpy==1.19.5; platform_system == "Linux" and platform_machine == "aarch64" and python_version < "3.7" -numpy==1.21.3; platform_system == "Linux" and platform_machine == "aarch64" and python_version >= "3.7" +numpy==1.22.0; platform_system == "Linux" and platform_machine == "aarch64" and python_version >= "3.7" numpy==1.19.5; platform_system == "Linux" and platform_machine != "aarch64" and python_version < "3.9" numpy==1.21.3; platform_system == "Linux" and platform_machine != "aarch64" and python_version >= "3.9" numpy==1.21.3; platform_system == "Darwin" and platform_machine == "arm64"