From 215ee9cf9fde0f7347c26880d2accd17bde8125e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:01:13 +0000 Subject: [PATCH] chore(deps)(deps): update redis requirement from >=4.0.0 to >=7.4.0 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/v4.0.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index f9e9ef4..57d1622 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -15,7 +15,7 @@ django-crispy-forms>=1.14.0 djangorestframework>=3.14.0 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0 -redis>=4.0.0 +redis>=7.4.0 django-redis>=5.0.0 joblib>=1.2.0 diff --git a/requirements.txt b/requirements.txt index add62c5..8ec8775 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-crispy-forms>=1.14.0 djangorestframework>=3.14.0 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0 -redis>=4.0.0 +redis>=7.4.0 django-redis>=5.0.0 # Security & Configuration