From b3af184382a5f323ce20ca077af7bb47fa0471d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:13:05 +0000 Subject: [PATCH] chore: bump grpcio-tools from 1.80.0 to 1.81.0 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.80.0 to 1.81.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.81.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 1fbe637..98641cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "hatch>=1.16.3", "hatch-protobuf>=0.5.0", "grpcio==1.80.0", # force downgrade due to "https://github.com/grpc/grpc/issues/41725" - "grpcio-tools==1.80.0", # force downgrade due to "https://github.com/grpc/grpc/issues/41725" + "grpcio-tools==1.81.0", # force downgrade due to "https://github.com/grpc/grpc/issues/41725" "mdformat-gfm>=1.0.0", "mdformat-ruff>=0.1.3", "mypy-protobuf>=5.0.0",