mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-16 06:42:08 +03:00
Update django-cors-headers to 3.11.0 (#3526)
This commit is contained in:
parent
298f98bf73
commit
486c7b6bf7
|
@ -42,5 +42,5 @@ django-redis==5.2.0 # https://github.com/jazzband/django-redis
|
|||
{%- if cookiecutter.use_drf == "y" %}
|
||||
# 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
|
||||
django-cors-headers==3.11.0 # https://github.com/adamchainz/django-cors-headers
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user