diff --git a/requirements/base.txt b/requirements/base.txt index 82f2ff4..d2620d4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -19,6 +19,6 @@ django-compressor==4.3.1 # https://github.com/django-compressor/django-compress django-redis==5.2.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.0.0 # https://github.com/adamchainz/django-cors-headers +django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers # DRF-spectacular for api documentation drf-spectacular==0.26.2 # https://github.com/tfranzel/drf-spectacular