From 8208b3c6d72fd61b8c411c838a0074072a8252ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:08:14 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.68.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb2c9dc..b30200c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.5.0", "click==8.1.7", - "grpcio==1.67.0", + "grpcio==1.68.1", ] dynamic = ["version"]