From 246b6186c9c1319dfa642b3759d5fd9030c77ab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:17:57 +0000 Subject: [PATCH] Update dependency grpcio to v1.76.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 097b623..b06bd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "jsonrpcclient==4.0.3", "crossplane-function-sdk-python==0.9.0", "click==8.3.1", - "grpcio==1.74.0", + "grpcio==1.76.0", "protobuf==6.31.1" ]