From 2ef1b00cd666df8a7dc80b5b93575cbf53cc3b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 07:41:18 +0000 Subject: [PATCH] Bump django from 2.2.5 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.13) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c69f1a3..e5814b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.5 +django==2.2.13 channels==2.3.0 channels-redis==2.4.0 dwebsocket==0.5.11