Skip to content

Commit

Permalink
📌 pin channels to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 17, 2024
1 parent 3943dc8 commit e46a076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e46a076

Please sign in to comment.