From 09c058f99b8557d957365aa55c979a9f79b71432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:45:03 +0000 Subject: [PATCH] Bump numpy from 1.19.3 to 1.22.0 in /shapes/wrapper/pybind11/tests Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shapes/wrapper/pybind11/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/wrapper/pybind11/tests/requirements.txt b/shapes/wrapper/pybind11/tests/requirements.txt index 4ba1011..e7c5511 100644 --- a/shapes/wrapper/pybind11/tests/requirements.txt +++ b/shapes/wrapper/pybind11/tests/requirements.txt @@ -1,6 +1,6 @@ build==0.8.0 numpy==1.21.5; platform_python_implementation=="PyPy" and sys_platform=="linux" and python_version=="3.7" -numpy==1.19.3; platform_python_implementation!="PyPy" and python_version=="3.6" +numpy==1.22.0; platform_python_implementation!="PyPy" and python_version=="3.6" numpy==1.21.5; platform_python_implementation!="PyPy" and python_version>="3.7" and python_version<"3.10" numpy==1.22.2; platform_python_implementation!="PyPy" and python_version>="3.10" and python_version<"3.11" pytest==7.0.0