From 4c8cf3f5d6b19a67236eaa2a7c91d98bd72f5b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:51:25 +0000 Subject: [PATCH] Bump django from 1.10.8 to 1.11.29 in /Backend/requirements Bumps [django](https://github.com/django/django) from 1.10.8 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.8...1.11.29) Signed-off-by: dependabot[bot] --- Backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements/base.txt b/Backend/requirements/base.txt index 4c307e6..8bac57a 100644 --- a/Backend/requirements/base.txt +++ b/Backend/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.30.0 # Bleeding edge Django -django==1.10.8 # pyup: >=1.10,<1.11 +django==1.11.29 # pyup: >=1.10,<1.11 # Configuration django-environ==0.4.4