From f1cc46063f4f761d6bbe185ebebaa0e91a1dc984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 09:00:42 +0000 Subject: [PATCH] Bump channels from 3.0.3 to 3.0.4 in /src/requirements Bumps [channels](https://github.com/django/channels) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/django/channels/releases) - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-patch ... 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 f6ce3b48..8a9a7282 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,5 +1,5 @@ Django==3.2.5 -channels==3.0.3 +channels==3.0.4 channels-redis==3.3.0