From 9046b21da94eabd7c6495b7bd55d84c0e33efb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 08:47:44 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.9.1 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.9.1) 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 6903fd5..a46f055 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ channels==2.2.0 channels-redis==2.4.0 paramiko==2.4.1 django==2.0.8 -djangorestframework==3.8.2 +djangorestframework==3.9.1 django-filter==2.0.0 django-rest-swagger==2.1.1 djangorestframework-jwt==1.11.0