From 3b2444018a7c0fcac9dc92fa80cc69d86a7e1c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 16:32:30 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.4 to 3.9.1 in /rest_api Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.4 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.6.4...3.9.1) Signed-off-by: dependabot[bot] --- rest_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_api/requirements.txt b/rest_api/requirements.txt index 65cc18c..e598c97 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -1,5 +1,5 @@ Django==1.11.5 -djangorestframework==3.6.4 +djangorestframework==3.9.1 psycopg2==2.7.3 trans==2.1.0 django-rest-swagger==2.0.7 \ No newline at end of file