From 432894af25a4717aae9303de240fb56daa7692cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:20:11 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v5.29.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1025850..cc80033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "grpcio==1.*", "grpcio-reflection==1.*", - "protobuf==5.28.1", + "protobuf==5.29.2", "pydantic==2.*", "structlog==24.*", ]