From 199bbc2d054b24ed0118a3fe6e8cda25c667ee7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 May 2020 12:36:14 +0200 Subject: [PATCH] Bump django from 3.0.5 to 3.0.6 in /src/requirements (#529) Bumps [django](https://github.com/django/django) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.0.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 368fff01..c90942d3 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==3.0.5 +Django==3.0.6 channels==2.4.0 channels-redis==2.4.2