From 8a20f7fea3cec57048f8520208c5c80ed38f527e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:09:43 +0000 Subject: [PATCH] fix(deps): update grpc ecosystem --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2b5e3b..c4f44f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ dependencies = [ "jsonrpcclient==4.0.3", "crossplane-function-sdk-python==0.11.0", "click==8.3.1", - "grpcio==1.76.0", - "protobuf==6.33.5" + "grpcio==1.80.0", + "protobuf==6.33.6" ] dynamic = ["version"]