From 1aa384ea171e2948eaf2b111118844d79ca0cf22 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 15 Dec 2021 13:08:20 -0500 Subject: [PATCH] Update djangorestframework to 3.13.1 (#3472) --- {{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 358d5b6b..2a856be0 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -41,6 +41,6 @@ django-compressor==3.0 # https://github.com/django-compressor/django-compressor django-redis==5.1.0 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == "y" %} # Django REST Framework -djangorestframework==3.13.0 # https://github.com/encode/django-rest-framework +djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework django-cors-headers==3.10.1 # https://github.com/adamchainz/django-cors-headers {%- endif %}