From c272b8cc4c664423cad39f75717e402037a9277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:56:07 +0000 Subject: [PATCH] [deps] Update channels-redis requirement from ~=4.2.0 to ~=4.2.1 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/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0fac5e2b..91e827ae 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ openwisp-utils[qa,selenium]~=1.1.1 django-cors-headers~=4.4.0 django-redis~=5.4.0 -channels_redis~=4.2.0 +channels_redis~=4.2.1 pytest-asyncio~=0.24.0 pytest-django~=4.9.0 freezegun~=1.5.1