From 0e16c737183cc574e01f0486f24e40c3b5e23adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:55:40 +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.66.1 to 1.66.2 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2) Updates `grpcio-tools` from 1.66.1 to 1.66.2 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch 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 8ab0a346..7dacdd6f 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -7,8 +7,8 @@ Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==5.26.1 -grpcio==1.66.1 -grpcio-tools==1.66.1 +grpcio==1.66.2 +grpcio-tools==1.66.2 pytest==8.3.3 pytest-cov==5.0.0 pytest-grpc==0.8.0