From 56569babc3ec1342ca9ad28360f617415569c602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 16:57:14 +0000 Subject: [PATCH] Bump django from 1.5.1 to 1.11.29 in /python/django_example Bumps [django](https://github.com/django/django) from 1.5.1 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.5.1...1.11.29) Signed-off-by: dependabot[bot] --- python/django_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django_example/requirements.txt b/python/django_example/requirements.txt index 066a58a..aa43dcc 100644 --- a/python/django_example/requirements.txt +++ b/python/django_example/requirements.txt @@ -1,2 +1,2 @@ -Django==1.5.1 +Django==1.11.29 wsgiref==0.1.2