From 6f5ff6552418682d15ba2d69e814df5bbdfa08ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 18 Oct 2018 17:34:23 +0200 Subject: [PATCH] Update djangorestframework from 3.8.2 to 3.9.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 686f457..442cd48 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,5 +31,5 @@ Markdown==2.6.11 webstack-django-sorting==1.0.1 # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.9.0 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client