From 5fef5734fcb01acb1d04c7da33d01e15f8b25df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:07:05 +0000 Subject: [PATCH] Bump django from 1.11.23 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.23 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...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 4cb6e3f..eb34a0c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], install_requires=[ - "django==1.11.23", + "django==1.11.28", "bottle==0.12.16", "commonmark==0.8.1", "waitress==1.4.3",