From 3072a02b79ff857ec32a68818cb5f661077f49e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:52:42 +0000 Subject: [PATCH] chore(deps-dev): update grpcio-tools requirement Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v0.15.0...v1.80.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.80.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d30661..336f51d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "clang-format>=20.1.0", "clang-tidy>=20.1.0", "einops>=0.8.1", - "grpcio-tools<=1.73.1", + "grpcio-tools<=1.80.0", "httpx>=0.28.1", "hypothesis>=6.135.26", "ipdb>=0.13.13",