Skip to content

Commit

Permalink
unpin channels-redis
Browse files Browse the repository at this point in the history
The bug that initially caused the upgrade block has been resolved django/channels_redis#332
  • Loading branch information
jessicamack committed Jul 3, 2024
1 parent 94e5795 commit 92f8a24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ azure-keyvault
boto3
botocore
channels
channels-redis==3.4.1 # see UPGRADE BLOCKERs
channels-redis
cryptography>=41.0.7 # CVE-2023-49083
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
daphne
Expand Down
13 changes: 5 additions & 8 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ aiohttp==3.9.5
# twilio
aiohttp-retry==2.8.3
# via twilio
aioredis==1.3.1
# via channels-redis
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
Expand All @@ -30,7 +28,6 @@ asn1==2.7.0
async-timeout==4.0.3
# via
# aiohttp
# aioredis
# redis
attrs==23.2.0
# via
Expand Down Expand Up @@ -88,7 +85,7 @@ channels==3.0.5
# via
# -r /awx_devel/requirements/requirements.in
# channels-redis
channels-redis==3.4.1
channels-redis==4.2.0
# via -r /awx_devel/requirements/requirements.in
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -202,9 +199,7 @@ grpcio==1.62.2
# -r /awx_devel/requirements/requirements.in
# opentelemetry-exporter-otlp-proto-grpc
hiredis==2.0.0
# via
# -r /awx_devel/requirements/requirements.in
# aioredis
# via -r /awx_devel/requirements/requirements.in
hyperlink==21.0.0
# via
# autobahn
Expand Down Expand Up @@ -450,7 +445,9 @@ pyzstd==0.15.10
receptorctl==1.4.4
# via -r /awx_devel/requirements/requirements.in
redis==5.0.1
# via -r /awx_devel/requirements/requirements.in
# via
# -r /awx_devel/requirements/requirements.in
# channels-redis
referencing==0.33.0
# via
# jsonschema
Expand Down

0 comments on commit 92f8a24

Please sign in to comment.