From 3bb64c1779094e282cf3daa0e79797b393e2a7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 18 Dec 2018 19:08:10 +0000 Subject: [PATCH] [Security] Bump django from 1.5.4 to 2.1.4 Bumps [django](https://www.djangoproject.com/) from 1.5.4 to 2.1.4. **This update includes security fixes.** Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0d3aee3..eafca43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argparse==1.2.1 boto==2.8.0 -Django==1.5.4 +Django==2.1.4 django-sslify==0.2.7 guppy==0.1.10 mock==0.8.0 diff --git a/setup.py b/setup.py index bd849ae..902aec9 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires=[ 'argparse>=1.2.1', 'boto>=2.8.0', - 'Django>=1.5.4,<=1.6.0', + 'Django>=1.5.4,<2.2.0', 'guppy>=0.1.10', 'mock>=0.8.0', 'MySQL-python>=1.2.3',