From 8a534650c485fcd54595afbdc8579fb19a43d2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:29:26 +0000 Subject: [PATCH] Bump grpcio-tools from 1.56.2 to 1.76.0 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.56.2 to 1.76.0. - [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.56.2...v1.76.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.76.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60292134..d302c12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "grpcio-tools==1.56.2", # needed for compiling protos from python directly + "grpcio-tools==1.76.0", # needed for compiling protos from python directly "pytest>=7.4.0", "pre-commit>=4.3.0", # pre-commit installs its own version of the tools below,