From 2a7d5d0c868d0643578dfa96f6d929592a3494c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 19:37:26 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.66.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59f1eb2..6975395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.3.0", "click==8.1.7", - "grpcio==1.65.5", + "grpcio==1.66.0", ] dynamic = ["version"]