From cf7c293523f975546344087d4d9707747baf3658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:01:44 +0000 Subject: [PATCH] chore: bump channels from 4.1.0 to 4.2.0 Bumps [channels](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 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 4cf77b56..9dbc2e4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docker = [ "uwsgi==2.0.28", ] sync = [ - "channels==4.1.0", + "channels==4.2.0", "daphne==4.1.2", "pydantic==2.9.2", "websockets==13.1",