From 10c16b3371c0f274ad6a15b9fdc8120147a03758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 23:45:05 +0000 Subject: [PATCH] Update dependency protobuf to v7.36.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2d3368..29866f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "click==8.*", "grpcio==1.84.0", "grpcio-reflection==1.*", - "protobuf==7.36.1", # Must be compatible with grpcio-tools. + "protobuf==7.36.2", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==26.*", ]