From 86b73b819214cf18af5f2b26680321d256153bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:22:27 +0100 Subject: [PATCH] Update channels requirement from ==4.1.* to ==4.2.* in /server (#276) 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/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 92c92148..3637f871 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ aiofile==3.9.* aiohttp==3.10.10 beautifulsoup4==4.12.* celery==5.4.* -channels==4.1.* +channels==4.2.* channels_redis==4.2.* Django==4.2.* django-cors-headers==4.4.*