From d179dcbf1cfb884b32779146779e8db2e694a247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:27:20 +0000 Subject: [PATCH] Update redis requirement in /python/django-postgres --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 e848e32..4642b9b 100644 --- a/python/django-postgres/pyproject.toml +++ b/python/django-postgres/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "psycopg[binary]>=3.3.3", "dj-database-url>=3.0.1", "celery>=5.6,<6.0", - "redis>=7.1.1,<8.0", + "redis>=7.1.1,<9.0", "PyJWT>=2.11,<3.0", "python-dotenv>=1.2.1", "gunicorn>=25.1", diff --git a/python/django-postgres/requirements.txt b/python/django-postgres/requirements.txt index d1d4d9b..15c5ad9 100644 --- a/python/django-postgres/requirements.txt +++ b/python/django-postgres/requirements.txt @@ -4,7 +4,7 @@ djangorestframework>=3.16.1,<4.0 psycopg[binary]>=3.3.3 dj-database-url>=3.0.1 celery>=5.6,<6.0 -redis>=7.1.1,<8.0 +redis>=7.1.1,<9.0 PyJWT>=2.11,<3.0 python-dotenv>=1.2.1 gunicorn>=25.1