Skip to content

Commit

Permalink
@W-14603959 - Downgrading channels version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath committed Jan 11, 2024
1 parent c35221b commit ac0e629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.20.0.tar.gz
coloredlogs
cumulusci
Django==4.*
Django<5
Pillow
ansi2html
bleach
boto3
channels[daphne]
channels[daphne]<4
channels-redis
django-allauth
django-colorfield
Expand Down
9 changes: 5 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ bleach==6.1.0
# via
# -r requirements/prod.in
# sfdo-template-helpers
boto3==1.34.16
boto3==1.34.17
# via -r requirements/prod.in
botocore==1.34.16
botocore==1.34.17
# via
# boto3
# s3transfer
Expand All @@ -51,9 +51,10 @@ cffi==1.16.0
# via
# cryptography
# cumulusci
channels[daphne]==4.0.0
channels[daphne]==3.0.5
# via
# -r requirements/prod.in
# channels
# channels-redis
channels-redis==4.1.0
# via -r requirements/prod.in
Expand Down Expand Up @@ -86,7 +87,7 @@ cryptography==41.0.7
# sfdo-template-helpers
cumulusci==3.83.0
# via -r requirements/prod.in
daphne==4.0.0
daphne==3.0.2
# via channels
defusedxml==0.7.1
# via
Expand Down

0 comments on commit ac0e629

Please sign in to comment.