From 63810f57cdc1919d51a6f636b31999413303844a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:39:01 +0000 Subject: [PATCH] [deps] Update channels requirement from ~=3.0.2 to ~=4.1.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.1.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 7b8246a7..2e72b93c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django-notifications-hq~=1.8.2 -channels~=3.0.2 +channels~=4.1.0 openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/tarball/master markdown~=3.6.0