From 1794bebb220eb891e8b62b1bceaa63468a498275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:01:21 +0000 Subject: [PATCH] Bump django from 1.6 to 1.11.29 in /src Bumps [django](https://github.com/django/django) from 1.6 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.6...1.11.29) Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 1a787f5..4d98a04 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ anyjson==0.3.3 -Django==1.6 +Django==1.11.29 django-braces==1.0.0 django-nose==1.2 djangorestframework==2.3.10