From 21c946044bc645a9c4b0c8fabfdc768774041e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:01:18 +0000 Subject: [PATCH] Bump django from 1.3 to 1.11.23 Bumps [django](https://github.com/django/django) from 1.3 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.3...1.11.23) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c79910..f47b6f1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # ]}, include_package_data=True, install_requires=[ - 'Django==1.3', + 'Django==1.11.23', 'pillow', 'South', 'Whoosh',