Skip to content

Commit 94292f1

Browse files
authored
Update djangorestframework to 3.14.0 (cookiecutter#3881)
1 parent d189be0 commit 94292f1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ django-compressor==4.1 # https://github.com/django-compressor/django-compressor
4141
django-redis==5.2.0 # https://github.com/jazzband/django-redis
4242
{%- if cookiecutter.use_drf == 'y' %}
4343
# Django REST Framework
44-
djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework
44+
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
4545
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
4646
# DRF-spectacular for api documentation
4747
drf-spectacular==0.24.1 # https://github.com/tfranzel/drf-spectacular

0 commit comments

Comments
 (0)