From 4398a9588db6f626a8c0ba7159c9e6bcb1c28035 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:09:14 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v6.33.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd65f1..def4c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.76.0", "grpcio-reflection==1.*", - "protobuf==6.33.2", # Must be compatible with grpcio-tools. + "protobuf==6.33.4", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==25.*", ]