From 6631dc72e4661bcb16be1ca3a3e266ec003fc0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:42:09 +0000 Subject: [PATCH] chore(deps): bump rich from 13.7.0 to 14.3.3 in /apps/ai_workflow_engine Bumps [rich](https://github.com/Textualize/rich) from 13.7.0 to 14.3.3. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.0...v14.3.3) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 2d387ac18..4d4f82cf3 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -92,5 +92,5 @@ configparser==7.2.0 # Utilities click==8.3.1 -rich==13.7.0 +rich==14.3.3 typer==0.24.1