From 0ea47997e0022bf6fd21c263d3f47d079c136477 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 5 Aug 2020 04:44:48 -0700 Subject: [PATCH] Update djangorestframework from 3.11.0 to 3.11.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 c6b6b61f..d24b5071 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -40,6 +40,6 @@ django-compressor==2.4 # https://github.com/django-compressor/django-compressor django-redis==4.12.1 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == "y" %} # Django REST Framework -djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework +djangorestframework==3.11.1 # https://github.com/encode/django-rest-framework django-cors-headers==3.4.0 # https://github.com/adamchainz/django-cors-headers {%- endif %}