From 2af00ecfc9f5d0a36049c29cc057d97926c5a322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 07:02:54 +0000 Subject: [PATCH] Bump django from 2.2.5 to 2.2.8 Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.8) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b8fc50..9fdd8df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.5 +django==2.2.8 channels==2.3.0 channels-redis==2.4.0 dwebsocket==0.5.11