From 596dafc95f5a14a3088ae0e0fc66e0ba3727dfbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:15 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=5.0.0 to >=7.0.1 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..bb922656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "psycopg2-binary>=2.9.0", # Redis (optional) - "redis>=5.0.0", + "redis>=7.0.1", "aioredis>=2.0.0", # Neural networks and ML diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..c38a1a11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pydantic-settings>=2.0.0 sqlalchemy>=2.0.0 asyncpg>=0.28.0 aiosqlite>=0.22.1 -redis>=4.5.0 +redis>=7.0.1 # CLI dependencies click>=8.0.0