Skip to content

Commit 7b1d5f1

Browse files
committed
Update djangorestframework from 3.14.0 to 3.15.0
1 parent 2e9a9b0 commit 7b1d5f1

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ django-compressor==4.4 # https://github.com/django-compressor/django-compressor
4040
django-redis==5.4.0 # https://github.com/jazzband/django-redis
4141
{%- if cookiecutter.use_drf == 'y' %}
4242
# Django REST Framework
43-
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
43+
djangorestframework==3.15.0 # https://github.com/encode/django-rest-framework
4444
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
4545
# DRF-spectacular for api documentation
4646
drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular

0 commit comments

Comments
 (0)