diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index c3f557612e..e966cf2010 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -41,6 +41,6 @@ django-compressor==2.4.1 # https://github.com/django-compressor/django-compress django-redis==5.1.0 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == "y" %} # Django REST Framework -djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework +djangorestframework==3.13.0 # https://github.com/encode/django-rest-framework django-cors-headers==3.10.1 # https://github.com/adamchainz/django-cors-headers {%- endif %}