From 348ac5e0895fbe0ab90d3d32d34442c9947df9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:03:13 +0000 Subject: [PATCH] Update grpcio-tools requirement from 1.66.1 to 1.66.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.66.1...v1.66.2) --- updated-dependencies: - dependency-name: grpcio-tools 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 17ee303..b91e194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.8" protobuf = "5.28.1" grpcio = "1.66.2" -grpcio-tools = "1.66.1" +grpcio-tools = "1.66.2" jsonpickle = ">=3.0,<3.4" pymitter = ">=0.4,<0.6" typing-extensions = ">=4.11,<4.13"