From 8f57f81ea1d5c5a44b4fa672b522b7ad726750ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:22:39 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v5.29.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33318e5..c90eb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "grpcio==1.*", "grpcio-reflection==1.*", - "protobuf==5.29.2", + "protobuf==5.29.3", "pydantic==2.*", "structlog==24.*", ]