From a5e9c06efafcc7babf458bd5715b2a6fb92070f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 16:41:13 +0000 Subject: [PATCH] Bump django from 1.11.1 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.11.1 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.1...1.11.29) 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..7a9dcbd 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.29', 'six==1.10.0', 'Jinja2==2.9.6', 'pyspin==1.1.1',