From 6904a92d5b28ebbff3a1d822a8430d33bb2cbe1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 11:38:13 +0000 Subject: [PATCH] Bump django from 1.10.7 to 1.11.20 in /requirements Bumps [django](https://github.com/django/django) from 1.10.7 to 1.11.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.7...1.11.20) --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a740d39..3e7e733 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ # production that aren't in development. -r base.txt -django==1.10.7 # pyup: >=1.10,<1.11 +django==1.11.20 # pyup: >=1.10,<1.11 # WSGI Handler # ------------------------------------------------