From 0e1feeefc21ca0653dced664f7093edb4456d0f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:00:01 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v5.29.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39042ba..c2a6f61 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==5.29.4", "pydantic==2.*", "structlog==25.*", ]