From cc67cb4029a5ddd283fb02b6975097f7441df5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:59:40 +0000 Subject: [PATCH] Update grpcio-tools requirement in /dev_tools/requirements Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [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.59.0...v1.68.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/deps/protos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/requirements/deps/protos.txt b/dev_tools/requirements/deps/protos.txt index 7deddf04a2a..7b30400cb23 100644 --- a/dev_tools/requirements/deps/protos.txt +++ b/dev_tools/requirements/deps/protos.txt @@ -1,7 +1,7 @@ # dependencies for proto generation - used by cirq-google # This bundles protoc 3.24.3, which we use for generating proto code. -grpcio-tools~=1.59.0 +grpcio-tools~=1.68.1 mypy-protobuf~=3.4