From 5862dc8f513971639a0cc14934e424b90dab03cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:42:10 +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 6b43b77..564f0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.9.0", "click==8.2.1", - "grpcio==1.74.0", + "grpcio==1.76.0", ] dynamic = ["version"]