From e3fd352897fc382c4c22d701812d68d2d6374dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 02:25:23 +0000 Subject: [PATCH] Bump django from 1.10.8 to 1.11.23 in /requirements Bumps [django](https://github.com/django/django) from 1.10.8 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.8...1.11.23) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8e68dac..4094710 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.30.0 # Bleeding edge Django -django==1.10.8 # pyup: >=1.10,<1.11 +django==1.11.23 # pyup: >=1.10,<1.11 # Configuration django-environ==0.4.4