From 584e2b8e9fa9d178c87b22f67da02ef1a14a27c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 04:33:01 +0000 Subject: [PATCH] chore(deps): bump click from 8.1.7 to 8.3.1 in /apps/ai_workflow_engine Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 025b2b0ee..276f9e117 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -91,6 +91,6 @@ python-dotenv==1.2.2 configparser==7.2.0 # Utilities -click==8.1.7 +click==8.3.1 rich==13.7.0 typer==0.24.1