From 0da3b045ac527695bf60c23a6f5d1153bc109c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 07:40:58 +0000 Subject: [PATCH] Bump django from 2.2.5 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.10) 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..2f68beb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.5 +django==2.2.10 channels==2.3.0 channels-redis==2.4.0 dwebsocket==0.5.11