From dc8d293ceb4776b7970e190728aaa2d961a7bfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:13:52 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 2 updates Bumps the pip-deps group in /requirements with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) Updates `grpcio-tools` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: grpcio-tools dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 34448b78..4a93441a 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -8,8 +8,8 @@ numpy>=2.4.6; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 protobuf==6.33.6 -grpcio==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-tools==1.81.0 pytest==9.0.3 pytest-cov==5.0.0 pytest-grpc==0.8.0