From 178b104fe32a2bf028a6c7d63a2e89af5f6ecd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:21:21 +0000 Subject: [PATCH] [deps] Update channels requirement from ~=3.0.2 to ~=4.2.0 Updates the requirements on [channels](https://github.com/django/channels) to permit the latest version. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/3.0.2...4.2.0) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0da46e4a..45ae12fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django-notifications-hq~=1.8.3 -channels~=3.0.2 +channels~=4.2.0 openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2 openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 markdown~=3.7.0