From 62591ab29049c78f79d5a46cbe4e1c568634e510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:30:40 +0000 Subject: [PATCH] Update grpcio-tools requirement from 1.68.0 to 1.68.1 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.68.0...v1.68.1) --- 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 d13f0f1..2077bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.8" protobuf = "5.29.0" grpcio = "1.68.1" -grpcio-tools = "1.68.0" +grpcio-tools = "1.68.1" jsonpickle = ">=3.0,<4.1" pymitter = ">=0.4,<0.6" typing-extensions = ">=4.11,<4.13"