From 1b0e6f3d855a72e8c8191c2d2ecfcc700a37b173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:22:01 +0000 Subject: [PATCH] [deps] Update channels-redis requirement from ~=4.1.0 to ~=4.2.0 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.1.0...4.2.0) --- 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 083dec681..9f2d446ba 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest-django~=4.5.2 pytest-asyncio~=0.23.8 pytest-cov~=5.0.0 openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master -channels_redis~=4.1.0 +channels_redis~=4.2.0 django_redis~=5.4.0 mock-ssh-server~=0.9.1 responses~=0.23.1