From 91897e6a3759e17cf90850b17565b44dc2b104de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:58:15 +0000 Subject: [PATCH] Bump django from 1.11-b1 to 2.2.24 in /samples/django_channels/docker Bumps [django](https://github.com/django/django) from 1.11-b1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits/2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/django_channels/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/django_channels/docker/requirements.txt b/samples/django_channels/docker/requirements.txt index 7cc8581..84d3877 100644 --- a/samples/django_channels/docker/requirements.txt +++ b/samples/django_channels/docker/requirements.txt @@ -1,3 +1,3 @@ -Django==1.11-b1 +Django==2.2.24 asgi-redis==1.0.0 channels==1.0.3