From 4f637dc4374cd74574e2a9d93490ea84e70a3175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:15:18 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v7.35.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8101208..2eaf696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "grpcio==1.80.0", "inflect==7.5.0", "kr8s==0.20.15", - "protobuf==7.35.0", + "protobuf==7.35.1", "pyyaml==6.0.3", ]