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