diff --git a/htmxdj/requirements/base.txt b/htmxdj/requirements/base.txt index ed59ee4..6beb7d1 100644 --- a/htmxdj/requirements/base.txt +++ b/htmxdj/requirements/base.txt @@ -17,6 +17,6 @@ django-compressor==4.4 # https://github.com/django-compressor/django-compressor django-redis==5.4.0 # https://github.com/jazzband/django-redis # Django REST Framework djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework -django-cors-headers==4.2.0 # https://github.com/adamchainz/django-cors-headers +django-cors-headers==4.3.0 # https://github.com/adamchainz/django-cors-headers # DRF-spectacular for api documentation drf-spectacular==0.26.5 # https://github.com/tfranzel/drf-spectacular