From e20dc5867b809d1e391bc8ab579acedc0439ac36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:35:48 +0000 Subject: [PATCH] Bump django from 1.11.1 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.1 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.1...1.11.28) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e486a86..4375542 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'pyinstaller==3.3.1', 'python-dateutil==2.6.0', 'werkzeug==0.12', - 'django==1.11.1', + 'django==1.11.28', 'six==1.10.0', 'Jinja2==2.9.6', 'pyspin==1.1.1',