From 808948d7a5805c518d94006a0836c941d46bac7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:02:23 +0000 Subject: [PATCH] Bump django from 1.11.10 to 1.11.23 Bumps [django](https://github.com/django/django) from 1.11.10 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.10...1.11.23) 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..3bc5b1e 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.23 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..0d25e5f 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.23", "django-bootstrap-ui==0.5.1", "django-bootstrap3==9.1.0", "django-tag-parser==2.1",