From 7df752d400d78fc95b702a55e154341ff5e5f642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:36:54 +0000 Subject: [PATCH] Bump django from 1.4.1 to 1.11.29 in /python/django_14_app Bumps [django](https://github.com/django/django) from 1.4.1 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.1...1.11.29) Signed-off-by: dependabot[bot] --- python/django_14_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django_14_app/requirements.txt b/python/django_14_app/requirements.txt index 3df25fc..4e356db 100644 --- a/python/django_14_app/requirements.txt +++ b/python/django_14_app/requirements.txt @@ -1,3 +1,3 @@ -Django==1.4.1 +Django==1.11.29 msgpack-python==0.5.6 wrapt==1.10.11