From ee8345154b1b37f1cc8e58d7be6c7b162c34932c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 31 Jan 2019 18:51:51 +0000 Subject: [PATCH] [Security] Bump django from 1.5.4 to 2.1.5 Bumps [django](https://www.djangoproject.com/) from 1.5.4 to 2.1.5. **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 bfd412e..c0b4873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argparse==1.2.1 boto==2.49.0 -Django==1.5.4 +Django==2.1.5 django-sslify==0.2.7 google_compute_engine==2.8.13 guppy==0.1.10 diff --git a/setup.py b/setup.py index 7a2c412..f4412ac 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires=[ 'argparse>=1.2.1', 'boto>=2.49.0', - 'Django>=1.5.4,<=1.6.0', + 'Django>=1.5.4,<2.2.0', 'django-sslify>=0.2.7', 'google_compute_engine>=2.8.13', 'guppy>=0.1.10',