From 796c46fd53fd1956bec97e144c1d5a197c6b301d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:15:23 +0000 Subject: [PATCH] Bump grpcio-tools from 1.71.0 to 1.75.1 in /sdks/python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.71.0 to 1.75.1. - [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.75.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.75.1 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 97a9fe6141ea..0efe318f011a 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.75.1; python_version >= '3.13'", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7",