From 280ad4d6da2b56156c2dbaa5acb28c6916de1241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:17:52 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump channels from 4.1.0 to 4.2.0 Bumps [channels](https://github.com/django/channels) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: channels 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 adfa75b9..a8fb6185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pytest==8.3.4 pytest-django==4.9.0 # WebSocket Support -channels==4.1.0 +channels==4.2.0 channels-redis==4.2.1 daphne==4.1.2