From a12a63abb6b623c1e4e5fa446a3b53c12581d855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:38:14 +0000 Subject: [PATCH 1/2] Bump numpy from 1.21.3 to 1.22.0 in /.ci/docker 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/RELEASE_WALKTHROUGH.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] --- .ci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index c33cc533c02..70ee57359f1 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -1,6 +1,6 @@ mpmath==1.3.0 numpy==1.21.3; python_version == '3.10' -numpy==1.23.2; python_version == '3.11' +numpy==1.22.0; python_version == '3.11' numpy; python_version >= '3.12' PyYAML==6.0.1 ruamel.yaml==0.17.32 From c55c186d2a5838aacf585b07f4f38134800f6d7e Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Mon, 7 Oct 2024 14:16:50 -0700 Subject: [PATCH 2/2] Update requirements-ci.txt --- .ci/docker/requirements-ci.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index 70ee57359f1..52b2fd40060 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -1,6 +1,6 @@ mpmath==1.3.0 -numpy==1.21.3; python_version == '3.10' -numpy==1.22.0; python_version == '3.11' +numpy==1.22.0; python_version == '3.10' +numpy==1.23.2; python_version == '3.11' numpy; python_version >= '3.12' PyYAML==6.0.1 ruamel.yaml==0.17.32