From 94a78a480958b2a549cc96e078b5cfdbe5882fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:27:28 +0000 Subject: [PATCH] Bump the grpc group with 3 updates Bumps the grpc group with 3 updates: [protobuf](https://github.com/protocolbuffers/protobuf), [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). Updates `protobuf` from 6.31.1 to 6.32.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `grpcio` from 1.72.1 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.72.1...v1.75.1) Updates `grpcio-tools` from 1.72.1 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.72.1...v1.75.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: grpcio dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: grpcio-tools dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a8ff48..7865fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,9 @@ requires = [ # sure the code is generated using the minimum supported versions, as older # 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 == 1.72.1", + "protobuf == 6.33.1", + "grpcio-tools == 1.76.0", + "grpcio == 1.76.0", ] build-backend = "setuptools.build_meta"