From e140f6ecf79ae632b453b898735e86e29db319dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 09:00:43 +0000 Subject: [PATCH] Bump channels-redis from 3.2.0 to 3.3.0 in /src/requirements Bumps [channels-redis](https://github.com/django/channels_redis) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/django/channels_redis/releases) - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index da95371f..c90ee912 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,6 +1,6 @@ Django==3.2.4 channels==3.0.3 -channels-redis==3.2.0 +channels-redis==3.3.0 asyncio==3.4.3