From 3c2e5921aa799c97d874e797d8d94ce40b0affee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:23:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20channels[daphne]=20fr?= =?UTF-8?q?om=204.0.0=20to=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [channels[daphne]](https://github.com/django/channels) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: channels[daphne] 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 cf1edb6c..5c4b7cc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ social-auth-core[openidconnect]==4.4.2 python-ldap==3.4.4 # Async-related packages (mainly for sending of emails) -channels[daphne]==4.0.0 +channels[daphne]==4.1.0 channels-redis==4.1.0 # Misc. packages