From 9ceef3e40391620b4ebe594e5812a84568dc959a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 01:06:14 +0000 Subject: [PATCH] Bump django from 1.11.10 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.10 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.10...1.11.28) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d899e6..11f84cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ astroid==1.6.1 backports.functools-lru-cache==1.5 configparser==3.5.0 -Django==1.11.10 +Django==1.11.28 django-bootstrap-ui==0.5.1 django-bootstrap3==9.1.0 django-tag-parser==2.1 diff --git a/setup.py b/setup.py index efc6282..4593415 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "astroid==1.6.1", "backports.functools-lru-cache==1.5", "configparser==3.5.0", - "Django==1.11.10", + "Django==1.11.28", "django-bootstrap-ui==0.5.1", "django-bootstrap3==9.1.0", "django-tag-parser==2.1",