From e86fc66eadf20c15e908efa11fdc3d78fadbfb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 07:14:57 +0000 Subject: [PATCH] Bump django from 1.8.18 to 1.11.28 in /python/django Bumps [django](https://github.com/django/django) from 1.8.18 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.18...1.11.28) Signed-off-by: dependabot[bot] --- python/django/requirements.in | 2 +- python/django/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python/django/requirements.in b/python/django/requirements.in index 80c1b1c..7edbe99 100644 --- a/python/django/requirements.in +++ b/python/django/requirements.in @@ -1,2 +1,2 @@ -django<1.9 +django<1.12 whitenoise diff --git a/python/django/requirements.txt b/python/django/requirements.txt index e06e701..f0babbc 100644 --- a/python/django/requirements.txt +++ b/python/django/requirements.txt @@ -4,5 +4,6 @@ # # pip-compile --output-file requirements.txt requirements.in # -django==1.8.18 +django==1.11.28 +pytz==2019.3 whitenoise==3.2.1