From 76b194df8b942038369a1bcca6d09e482aec092c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 04:43:50 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.6.4 to 3.9.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f6aa18..271bc20 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires=[ 'Django==1.11.4', 'django-cors-headers==2.1.0', - 'djangorestframework==3.6.4', + 'djangorestframework==3.9.1', 'djangorestframework-camel-case==0.2.0', 'djangorestframework-jwt==1.11.0', 'drf-nested-routers==0.90.0'