We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9a9b0 + 7b1d5f1 commit 20d0e2bCopy full SHA for 20d0e2b
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -40,7 +40,7 @@ django-compressor==4.4 # https://github.com/django-compressor/django-compressor
40
django-redis==5.4.0 # https://github.com/jazzband/django-redis
41
{%- if cookiecutter.use_drf == 'y' %}
42
# Django REST Framework
43
-djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
+djangorestframework==3.15.0 # https://github.com/encode/django-rest-framework
44
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
45
# DRF-spectacular for api documentation
46
drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular
0 commit comments