From 9cc3ae4c2c48ff9f9b4797f23593d704aaa6f4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:44:40 +0000 Subject: [PATCH] Update grpcio-tools requirement from 1.71.0 to 1.71.2 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.71.0...v1.71.2) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.71.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d02a869..8eb7a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.9" protobuf = "5.29.5" grpcio = "1.73.0" -grpcio-tools = "1.71.0" +grpcio-tools = "1.71.2" jsonpickle = ">=3.0,<4.2" pymitter = ">=0.4,<1.2" typing-extensions = ">=4.11,<4.15"