From 50410947899fa43f0dd54dba3feeee5939345c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 08:56:05 +0000 Subject: [PATCH] Bump grpcio-tools from 1.71.0 to 1.76.0 in /sdks/python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.71.0 to 1.76.0. - [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.71.0...v1.76.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.76.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 9f5c4788e200..f8f95e516583 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -22,7 +22,7 @@ requires = [ "setuptools", "wheel>=0.36.0", "grpcio-tools==1.62.1; python_version <= '3.12'", - "grpcio-tools==1.71.0; python_version >= '3.13'", + "grpcio-tools==1.76.0; python_version >= '3.13'", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.9",