From 79b9f8e291c549ad19d84714a29884fb8602d7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:55:00 +0000 Subject: [PATCH] build(deps): update redis requirement in /backend 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...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..6536940 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "django-filter>=23.0,<25.0", "drf-spectacular>=0.27,<1.0", "psycopg2-binary>=2.9,<3.0", - "redis>=5.0,<6.0", + "redis>=5.0,<9.0", "celery[redis]>=5.4,<6.0", "django-celery-beat>=2.6,<3.0", "django-celery-results>=2.5,<3.0",