From 7dc0ee89ccb71cf92ece2d0dabda6fac94eb219a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:35:08 +0000 Subject: [PATCH] Bump django from 1.11.10 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.11.10 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.10...1.11.29) 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..9a7c230 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.29 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..c9a7f33 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.29", "django-bootstrap-ui==0.5.1", "django-bootstrap3==9.1.0", "django-tag-parser==2.1",