From 61ac7c7c82fb36fdabefa4c352479705c8362936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:02:56 +0000 Subject: [PATCH] fix(deps): update dependency click to v8.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7a182b..69fedda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.11.0", - "click==8.3.2", + "click==8.3.3", "grpcio>=1.73.1", ]