From a36936cfa6c2c31dd81d67d2c2de7d92b75920c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 13:27:10 +0000 Subject: [PATCH] [Security] Bump django from 1.5.4 to 2.1.7 Bumps [django](https://github.com/django/django) from 1.5.4 to 2.1.7. **This update includes security fixes.** - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits/2.1.7) 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 6f704cd..ccf65d3 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.7 django-sslify==0.2.7 google_compute_engine==2.8.13 guppy==0.1.10 diff --git a/setup.py b/setup.py index 1aa704e..a72ef03 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',