From cd36854fbf4cf87ada1a6f4f068498bc501a5ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:42:47 +0000 Subject: [PATCH] chore(deps):(deps): bump redis in /apps/jane-orchestrator Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 7.1.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.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/jane-orchestrator/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jane-orchestrator/pyproject.toml b/apps/jane-orchestrator/pyproject.toml index 5ce6ffe56..293587a67 100644 --- a/apps/jane-orchestrator/pyproject.toml +++ b/apps/jane-orchestrator/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pydantic==2.12.0", "sqlalchemy==2.0.0", "psycopg2-binary==2.9.9", - "redis==5.0.0", + "redis==7.1.0", "alembic==1.13.0", # MISP dependencies (T1915d - Package Dependencies Migration) "pymisp>=2.5.17,<3.0.0",