From 2873522539e16da376077caf12fa658d617bba5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 22:18:25 +0000 Subject: [PATCH] Bump django from 1.9.13 to 1.11.23 Bumps [django](https://github.com/django/django) from 1.9.13 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.13...1.11.23) Signed-off-by: dependabot[bot] --- sample_project/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_project/requirements.txt b/sample_project/requirements.txt index 6abbe5d..ada9a83 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,3 +1,3 @@ boto==2.46.1 -Django==1.9.13 +Django==1.11.23 django-webpacker==0.1.1 diff --git a/setup.py b/setup.py index 672cd0e..2a47941 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], install_requires=[ - "Django>=1.6.0,<1.10", + "Django>=1.6.0,<1.12", 'boto' ], )