From 3da3dd80c306fd1fa9de251e67ea9018c9785839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 22:13:56 +0000 Subject: [PATCH] Bump django from 1.8.3 to 1.11.29 in /setup Bumps [django](https://github.com/django/django) from 1.8.3 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.3...1.11.29) Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index d38f5ac..105d9cd 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8.3 +Django==1.11.29 wheel==0.24.0 docutils==0.11 wsgiref==0.1.2