From 7be0b32959c16a00621ee60e1666def19ce13935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:08:21 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.66.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6975395..723c91d 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.66.0", + "grpcio==1.66.1", ] dynamic = ["version"]