From 454c92e25762c85979205cea6b6185bf331a5397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:45:13 +0000 Subject: [PATCH] Bump grpcio-tools in the grpc group across 1 directory Bumps the grpc group with 1 update in the / directory: [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio-tools` from 1.72.1 to 1.78.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.72.1...v1.78.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1844c61d..41d6de87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires = [ # versions can't work with code that was generated with newer versions. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards "protobuf == 6.31.1", - "grpcio-tools == 1.72.1", + "grpcio-tools == 1.78.0", "grpcio == 1.72.1", ] build-backend = "setuptools.build_meta"