From cf79a7a347a3aca4f5afe272a2bd93806a300cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 21:48:27 +0000 Subject: [PATCH] Bump django from 2.1 to 2.1.11 in /api Bumps [django](https://github.com/django/django) from 2.1 to 2.1.11. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1...2.1.11) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 api/requirements.txt diff --git a/api/requirements.txt b/api/requirements.txt old mode 100755 new mode 100644 index 990d6b7..d6779af --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -django==2.1 +django==2.1.11 djangorestframework django-cors-middleware requests