From ed30e19e6337b951c05f1c75a7122752439bdbbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:58:48 +0000 Subject: [PATCH] Bump numpy from 1.17.5 to 1.22.0 in /packaging/python Bumps [numpy](https://github.com/numpy/numpy) from 1.17.5 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.17.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packaging/python/build_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python/build_requirements.txt b/packaging/python/build_requirements.txt index c92f711148..1a1f1c559c 100644 --- a/packaging/python/build_requirements.txt +++ b/packaging/python/build_requirements.txt @@ -5,4 +5,4 @@ numpy==1.19.3;python_version=='3.9' and platform_machine=='x86_64' numpy==1.21.3;python_version=='3.9' and platform_machine=='arm64' numpy==1.21.3;python_version=='3.10' numpy==1.23.5;python_version=='3.11' -numpy==1.26.0;python_version=='3.12' +numpy==1.22.0;python_version=='3.12'