From e46a076ed7e70a29ba5c16173c23d79516e7d6bb Mon Sep 17 00:00:00 2001 From: krmax44 Date: Tue, 17 Sep 2024 17:52:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20pin=20channels=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements-test.txt | 6 ++++-- requirements.txt | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13e5d3ea7..3ef976670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ version = "5.0.0" dependencies = [ "bleach", "celery>=5.2.2", - "channels<4", + "channels==4.0.0", "coreapi", "dj-database-url", "django-celery-beat>=2.5.0", diff --git a/requirements-test.txt b/requirements-test.txt index 02edff73f..4b62bfb4b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -44,7 +44,7 @@ cffi==1.17.1 # weasyprint cfgv==3.4.0 # via pre-commit -channels==4.1.0 +channels==4.0.0 # via froide (pyproject.toml) chardet==5.2.0 # via reportlab @@ -374,7 +374,9 @@ python-slugify==8.0.4 # froide (pyproject.toml) # pytest-playwright pytz==2024.1 - # via icalendar + # via + # django-oauth-toolkit + # icalendar pyyaml==6.0.2 # via # drf-spectacular diff --git a/requirements.txt b/requirements.txt index 24f971d5a..2861dceaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ cffi==1.17.1 # via # cryptography # weasyprint -channels==4.1.0 +channels==4.0.0 # via froide (pyproject.toml) chardet==5.2.0 # via reportlab @@ -286,7 +286,9 @@ python-poppler==0.4.1 python-slugify==8.0.4 # via froide (pyproject.toml) pytz==2024.1 - # via icalendar + # via + # django-oauth-toolkit + # icalendar pyyaml==6.0.2 # via drf-spectacular qrcode==7.3.1