Merge pull request #5459 from cookiecutter/pyup-update-django-cors-headers-4.4.0-to-4.5.0

Update django-cors-headers to 4.5.0
This commit is contained in:
Jelmer 2024-10-12 16:43:58 +02:00 committed by GitHub
commit c1092f5194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ django-redis==5.4.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == 'y' %}
# Django REST Framework
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
django-cors-headers==4.4.0 # https://github.com/adamchainz/django-cors-headers
django-cors-headers==4.5.0 # https://github.com/adamchainz/django-cors-headers
# DRF-spectacular for api documentation
drf-spectacular==0.27.2 # https://github.com/tfranzel/drf-spectacular
{%- endif %}