From 3b7b8c87e7b758e31cbd773addd236f3f06296bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:31:53 +0000 Subject: [PATCH] Bump django from 1.9.13 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.9.13 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.13...1.11.28) 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..c1a7103 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.28 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' ], )