From 6912b95e382570917dce2da24a8c9313a97cf951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:37:28 +0000 Subject: [PATCH] Bump django from 1.11.27 to 1.11.29 in /example/requirements Bumps [django](https://github.com/django/django) from 1.11.27 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.27...1.11.29) Signed-off-by: dependabot[bot] --- example/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements/base.txt b/example/requirements/base.txt index 1d616a4..e2d45e6 100644 --- a/example/requirements/base.txt +++ b/example/requirements/base.txt @@ -1 +1 @@ -django==1.11.27 +django==1.11.29