From 7dcda2cca89573ba80a37b5de91aab6e1649b484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 01:28:50 +0000 Subject: [PATCH] Bump django from 1.10.8 to 1.11.28 in /Backend/requirements Bumps [django](https://github.com/django/django) from 1.10.8 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.8...1.11.28) 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..f9442c7 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.28 # pyup: >=1.10,<1.11 # Configuration django-environ==0.4.4