From cc4ca6f817d6c5d2b1c2ebcb92d494d285fbc0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 02:34:47 +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 5c97e19..6773281 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -15,7 +15,7 @@ sqlparse>=0.4.2 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.5.3 diff --git a/requirements.txt b/requirements.txt index efe48af..f70d16e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ sqlparse>=0.4.2 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 # Email delivery (Resend HTTP API — Railway blocks outbound SMTP)