From 60c52e1931efefe60d30ac07d23e4c66e18a1408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:13:36 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 3 updates Updates the requirements on [click](https://github.com/pallets/click), [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. Updates `click` to 8.5.0 - [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.2...8.5.0) Updates `grpcio` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.83.0...v1.83.1) Updates `grpcio-tools` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.83.0...v1.83.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: grpcio dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 9533c8a4..51ced1e6 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -2,14 +2,14 @@ setuptools>=84.0.0,<85 wheel>=0.48.0,<0.49 pybind11[global]==3.1.0 demo_eigen_wrapper==0.0.1 -Click>=8.4.2 +Click>=8.5.0 Flask==3.0.3 numpy>=2.5.2; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 protobuf==7.36.0 -grpcio==1.83.0 -grpcio-tools==1.83.0 +grpcio==1.83.1 +grpcio-tools==1.83.1 pytest==9.1.1 pytest-cov==5.0.0 pytest-grpc==0.8.0