From 5563d935fefa8c755f7d1fdc14ca92fdc076dc92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 19:57:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20channels-redis=20from?= =?UTF-8?q?=204.2.0=20to=204.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [channels-redis](https://github.com/django/channels_redis) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: channels-redis dependency-version: 4.3.0 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 1dc0d8e08..71745641b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ python-ldap==3.4.4 # Async-related packages (mainly for sending of emails) channels[daphne]==4.1.0 -channels-redis==4.2.0 +channels-redis==4.3.0 # Misc. packages bleach[css]==6.1.0