From a72d0f6d865a9a9ef6065f4f934ff11a1d611cea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 4 Apr 2018 16:22:08 -0500 Subject: [PATCH] Update djangorestframework from 3.7.7 to 3.8.1 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index b04dbfd16..abfc82709 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -26,5 +26,5 @@ django-compressor==2.2 # https://github.com/django-compressor/django-compressor django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.7.7 # https://github.com/encode/django-rest-framework +djangorestframework==3.8.1 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client