From 469c1ea70832e7c56315732b82607870c2ab4e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:45:33 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v6.33.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd65f1..db09d2d 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.3", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==25.*", ]