From 10a704c9ed9ba353ec63d8efe6af4616bc9af21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 18:30:44 -0700 Subject: [PATCH] Bump channels-redis from 4.2.0 to 4.2.1 (#764) Bumps [channels-redis](https://github.com/django/channels_redis) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed455626..2b233d80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django-cors-headers==4.6.0 redis==5.2.0 sqlalchemy==2.0.36 channels==4.2.0 -channels-redis==4.2.0 +channels-redis==4.2.1 orjson==3.10.12 simplejson==3.19.3 psycopg2-binary