From 466945254d0b4a643ef478db61546fb0d4c9bd98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:58:40 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39042ba..642a5a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "grpcio==1.70.0", "grpcio-reflection==1.*", - "protobuf==5.29.3", + "protobuf==6.30.2", "pydantic==2.*", "structlog==25.*", ]