From 022d37856453e07f170e6e236ceff4bb61627b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:28:53 +0000 Subject: [PATCH] Bump django from 3.0.2 to 3.0.3 Bumps [django](https://github.com/django/django) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.2...3.0.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5dc93dc..fe3c777 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ certifi==2019.11.28 # via requests chardet==3.0.4 # via requests django-picklefield==2.0 django-redis==4.11.0 -django==3.0.2 # via django-picklefield, django-redis +django==3.0.3 # via django-picklefield, django-redis docutils==0.15.2 # via botocore hiredis==1.0.1 idna==2.8 # via requests