From 9f163c168dbc32edce68042bc8cf6037f1a30cb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 03:26:41 +0000 Subject: [PATCH] Update dependency click to v8.3.0 --- llama-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-backend/requirements.txt b/llama-backend/requirements.txt index f2add57..c4e4bbe 100644 --- a/llama-backend/requirements.txt +++ b/llama-backend/requirements.txt @@ -1,4 +1,4 @@ -click==8.1.3 +click==8.3.0 Flask==2.3.0 flask[async]==2.3.0 gunicorn==20.0.4