From 2886b8e54d92b64104226c30ef9f8838275421fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:43:18 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.1 to 7.4.0 in /apps/ai_workflow_engine Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 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..e5f7a2ff7 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -37,7 +37,7 @@ PyYAML==6.0.3 asyncpg==0.29.0 sqlalchemy[asyncio]==2.0.48 alembic==1.18.4 -redis==5.0.1 +redis==7.4.0 # Cloud integrations boto3==1.34.0