From 8dcb22760ebe7ee7bd3a6cc7537e82bdb3aab4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:51:52 +0000 Subject: [PATCH] Bump django from 1.11.16 to 1.11.23 in /example Bumps [django](https://github.com/django/django) from 1.11.16 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.16...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 099071d..775cef3 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -8,7 +8,7 @@ backcall==0.1.0 # via ipython click==6.7 # via pip-tools decorator==4.3.0 # via ipython, traitlets django-autofixture==0.12.1 -django==1.11.16 +django==1.11.23 first==2.0.1 # via pip-tools flake8==3.5.0 ipdb==0.11