From c42d116ec0bec6c3bdb67d4d105b1040f97bab4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:34:13 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.70.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 744b96b..4975a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.6.0", "click==8.1.8", - "grpcio==1.69.0", + "grpcio==1.70.0", ] dynamic = ["version"]