From e2c41e711d7a216c35311690833d577d65370ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:58:19 +0000 Subject: [PATCH] Bump channels from 4.2.2 to 4.3.2 Bumps [channels](https://github.com/django/channels) from 4.2.2 to 4.3.2. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.2.2...4.3.2) --- updated-dependencies: - dependency-name: channels dependency-version: 4.3.2 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 89ee6e690..a74e9c60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ dependencies = [ "Django==4.2.21", - "channels==4.2.2", + "channels==4.3.2", "channels-redis==4.2.1", "commonmark==0.9.1", "conference-scheduler==3.0.1",