From 0e006b47865b4e036b32b75de6f5e9a6e9e02942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 07:07:51 +0000 Subject: [PATCH] Update redis requirement in /python/django-postgres 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.2.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django-postgres/pyproject.toml | 2 +- python/django-postgres/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/django-postgres/pyproject.toml b/python/django-postgres/pyproject.toml index 4fde9625..8fa0901f 100644 --- a/python/django-postgres/pyproject.toml +++ b/python/django-postgres/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "psycopg[binary]>=3.2", "dj-database-url>=2.3", "celery>=5.6,<6.0", - "redis>=5.2,<6.0", + "redis>=5.2,<8.0", "PyJWT>=2.10,<3.0", "python-dotenv>=1.0", "gunicorn>=23.0", diff --git a/python/django-postgres/requirements.txt b/python/django-postgres/requirements.txt index 20e0f6c4..7b5e38ad 100644 --- a/python/django-postgres/requirements.txt +++ b/python/django-postgres/requirements.txt @@ -4,7 +4,7 @@ djangorestframework>=3.16,<4.0 psycopg[binary]>=3.2 dj-database-url>=2.3 celery>=5.6,<6.0 -redis>=5.2,<6.0 +redis>=5.2,<8.0 PyJWT>=2.10,<3.0 python-dotenv>=1.0 gunicorn>=23.0