From 874592959fa73368a8da6f71fb3246dfa7d9bf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:24:21 +0000 Subject: [PATCH] Bump django from 1.9.13 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.9.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.13...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..0bd2d48 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,3 +1,3 @@ boto==2.46.1 -Django==1.9.13 +Django==2.2.24 django-webpacker==0.1.1 diff --git a/setup.py b/setup.py index 672cd0e..53574bf 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,<2.3", 'boto' ], )