From 56c3473f3e7a1c04959022350c01fd72ad5e0950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:56:27 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v6.32.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baad132..4bf040e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.74.0", "grpcio-reflection==1.*", - "protobuf==6.31.1", # Must be compatible with grpcio-tools. + "protobuf==6.32.0", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==25.*", ]