From 5b776e8e7cd8621b4c96ac956175efc5962fe4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:48:19 +0000 Subject: [PATCH] Bump django from 1.11.8 to 1.11.28 in /backend Bumps [django](https://github.com/django/django) from 1.11.8 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.8...1.11.28) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cc2cbf2..89fe5e9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.8 +Django==1.11.28 Markdown==2.6.10 PyJWT==1.5.3 Pygments==2.2.0