From 8b09e1f714af63cf315960f2b7cb026852d0c0e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:09:39 +0000 Subject: [PATCH] Update dependency protobuf to v7.36.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4a79b..d4c492c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.83.0", "grpcio-reflection==1.*", - "protobuf==7.35.1", # Must be compatible with grpcio-tools. + "protobuf==7.36.0", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==26.*", ]