From d4fcfa2bee3165c84ac04257c036b0fb54915baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:08:26 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2b5e3b..5cf0b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "crossplane-function-sdk-python==0.11.0", "click==8.3.1", "grpcio==1.76.0", - "protobuf==6.33.5" + "protobuf==7.34.1" ] dynamic = ["version"]