From 1da9b6d6274d79fc701a858b6d1c81235e3ccc78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:46:35 +0000 Subject: [PATCH] Bump channels-redis from 4.2.1 to 4.3.0 Bumps [channels-redis](https://github.com/django/channels_redis) from 4.2.1 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.1...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c883963d0..8b44e932f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "Django==4.2.21", "channels==4.3.2", - "channels-redis==4.2.1", + "channels-redis==4.3.0", "commonmark==0.9.1", "conference-scheduler==3.0.1", "django-allauth[mfa]==65.13.1",