From a34f961041847d4e24313b3214e3a137e753bf18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 04:07:37 +0000 Subject: [PATCH] Update grpcio-tools requirement from 1.66.2 to 1.67.0 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.2...v1.67.0) --- 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 7315954..105a975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.8" protobuf = "5.28.2" grpcio = "1.67.0" -grpcio-tools = "1.66.2" +grpcio-tools = "1.67.0" jsonpickle = ">=3.0,<3.4" pymitter = ">=0.4,<0.6" typing-extensions = ">=4.11,<4.13"