From a9bb302e91c897e66607be17e1c1709dd21b3d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:28:07 +0000 Subject: [PATCH] Bump channels-redis from 4.0.0 to 4.2.0 Bumps [channels-redis](https://github.com/django/channels_redis) from 4.0.0 to 4.2.0. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/commits) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5bf8d9aa..b102867b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.12.2 boto3==1.26.143 celery[sqs]==5.3.1 channels==4.0.0 -channels-redis==4.0.0 +channels-redis==4.2.0 daphne==4.0.0 Django==4.2.7 django-crequest==2018.5.11