From 7b0ae95c70168b410404ea90cfafe15c5c93023d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:43:21 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v7.36.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a8fb21..e63bc61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "grpcio==1.83.0", "inflect==7.5.0", "kr8s==0.20.15", - "protobuf==7.35.1", + "protobuf==7.36.0", "pyyaml==6.0.3", ]