Update django-cors-headers from 4.4.0 to 4.5.0

This commit is contained in:
pyup-bot 2024-10-12 10:59:48 +01:00
parent 92cf1daaf4
commit abfc6b0ee2

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 %}