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