From fb8043249805aaaa4ce26ac11804a42ee80c43c2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 3 Apr 2018 11:25:08 -0500 Subject: [PATCH] Update djangorestframework from 3.7.7 to 3.8.0 --- {{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..74225a381 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.0 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client