From 5505f960a5dc85a5837b3e94cda727d43ff7e173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 04:43:31 +0000 Subject: [PATCH] Update grpcio-tools requirement from 1.68.1 to 1.69.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.68.1...v1.69.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 20f934c..e57ff1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.9" protobuf = "5.29.2" grpcio = "1.69.0" -grpcio-tools = "1.68.1" +grpcio-tools = "1.69.0" jsonpickle = ">=3.0,<4.1" pymitter = ">=0.4,<1.1" typing-extensions = ">=4.11,<4.13"