From 1b6752e6eb15ba2a9cba77fcb50bd3fe6b906d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:32:38 +0000 Subject: [PATCH] Bump channels[daphne] from 4.1.0 to 4.2.0 in /requirements Bumps [channels[daphne]](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[daphne] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..5bb28075 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -22,7 +22,7 @@ python-magic==0.4.27 # https://www.djangoproject.com/ django==5.1.2 # https://github.com/django/channels -channels[daphne]==4.1.0 +channels[daphne]==4.2.0 # https://github.com/django/daphne daphne==4.1.2 # https://github.com/django/channels_redis