From b34ea59b413579d8ec0bb2614e513fe4373efbed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:13:14 +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 218ce676f..ac5d371b2 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -91,6 +91,6 @@ python-dotenv==1.0.0 configparser==7.0.0 # Utilities -click==8.1.7 +click==8.3.1 rich==13.7.0 typer==0.9.0