From f76e23ec7f00d4984d184cd32170486b9a7775bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 19:09:01 +0000 Subject: [PATCH] Bump djangorestframework from 3.5.3 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.5.3 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.5.3...3.9.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 1b5fd49..bc51e38 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Django==1.11.11 django-crispy-forms==1.6.1 django-extensions==1.7.5 django-npm==1.0.0 -djangorestframework==3.5.3 +djangorestframework==3.9.1 pytz==2018.3 six==1.11.0