From 744cf47326feca9093504bda614a852f325ab1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:35:03 +0000 Subject: [PATCH] Bump django from 1.10 to 1.11.23 in /example Bumps [django](https://github.com/django/django) from 1.10 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10...1.11.23) Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 24d3ce4..81223ea 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1 +1 @@ -django==1.10 \ No newline at end of file +django==1.11.23 \ No newline at end of file