Skip to content

Commit 20d0e2b

Browse files
authored
Merge pull request #4929 from cookiecutter/pyup-update-djangorestframework-3.14.0-to-3.15.0
Update djangorestframework to 3.15.0
2 parents 2e9a9b0 + 7b1d5f1 commit 20d0e2b

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

+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)