From 6940d868baa4e7129f54e14a277c36b9f11cb5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:13:30 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 2 updates Updates the requirements on [numpy](https://github.com/numpy/numpy) and [click](https://github.com/pallets/click) to permit the latest version. Updates `numpy` to 2.5.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/v2.4.6...v2.5.0) Updates `click` to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 4 ++-- requirements/requirements_eigen_wrapper.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c04cb8bd..1df2a733 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -2,9 +2,9 @@ setuptools>=82.0.1,<83 wheel>=0.47.0,<0.48 pybind11[global]==3.0.4 demo_eigen_wrapper==0.0.1 -Click>=8.4.1 +Click>=8.4.2 Flask==3.0.3 -numpy>=2.4.6; python_version > "3.10" +numpy>=2.5.0; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 protobuf==6.33.6 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 2c3c240e..e44f5163 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,5 +1,5 @@ setuptools>=82.0.1,<83 wheel>=0.47.0,<0.48 -numpy>=2.4.6; python_version > "3.10" +numpy>=2.5.0; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" pybind11[global]==3.0.4