From 48d23477a63803c12099ca203e559b4a6421b1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 21:54:03 +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 2d20e42..ef5c590 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ certifi==2019.9.11 # via requests chardet==3.0.4 # via requests django-picklefield==2.0 django-redis==4.10.0 -django==2.2.5 # via django-picklefield, django-redis +django==2.2.8 # via django-picklefield, django-redis docutils==0.15.2 # via botocore hiredis==1.0.0 idna==2.8 # via requests