From 3180ba203dfc81af3a84af83ab623f56181d1f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:52:58 +0000 Subject: [PATCH] Update channels-redis requirement from ==4.1.* to ==4.2.* in /server Updates the requirements on [channels-redis](https://github.com/django/channels_redis) to permit the latest version. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/commits) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1c57e9d0..dffb768e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.8.6 beautifulsoup4==4.12.* celery==5.3.* channels==4.0.* -channels_redis==4.1.* +channels_redis==4.2.* Django==4.2.* django-cors-headers==4.3.* django-decorator-include==3.0