From 0e41925b74d5ad596d30452f90f2fd23ca79b897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 07:37:16 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b9870b2..34460b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-celery-results==2.5.1 django-model-utils==5.0.0 django-redis==5.4.0 djangorestframework==3.15.2 -channels==4.1.0 +channels==4.2.0 channels-redis==4.2.0 celery==5.4.0 grpcio==1.68.1