From 86ff1e19bf5f8e1c06dfc312a02d18fab329477d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:52:19 +0000 Subject: [PATCH] chore(deps): bump channels from 4.2.0 to 4.2.2 Bumps [channels](https://github.com/django/channels) from 4.2.0 to 4.2.2. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.2.0...4.2.2) --- updated-dependencies: - dependency-name: channels dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59bcc541..8f47661d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-celery-results==2.6.0 django-model-utils==5.0.0 django-redis==5.4.0 djangorestframework==3.16.0 -channels==4.2.0 +channels==4.2.2 channels-redis==4.2.1 celery==5.5.2 grpcio==1.67.0