From 69305d4e32fa953160f7067c5059c847b03b5f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 19:05:14 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v5.29.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0775313..43ac457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.71.0", "grpcio-reflection==1.*", - "protobuf==5.29.3", # Must be compatible with grpcio-tools. + "protobuf==5.29.4", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==25.*", ] @@ -47,7 +47,7 @@ detached = true path = ".venv-generate" dependencies = [ "grpcio-tools==1.71.0", - "protobuf==5.29.3", + "protobuf==5.29.4", ] [tool.hatch.envs.generate.scripts]