From 7c81d8e8eb6872f2ff038190c1acb2f99d341f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:44:55 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump channels-redis from 4.2.0 to 4.2.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6147fab4..769af7a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pytest-django==4.9.0 # WebSocket Support channels==4.1.0 -channels-redis==4.2.0 +channels-redis==4.2.1 daphne==4.1.2 # React and Material UI will be handled via npm in the frontend directory