Skip to content

Commit

Permalink
Update djangorestframework to 3.13.0 (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Dec 13, 2021
1 parent 52db8e6 commit c99feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ django-compressor==2.4.1 # https://github.com/django-compressor/django-compress
django-redis==5.1.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %}
# Django REST Framework
djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework
djangorestframework==3.13.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.10.1 # https://github.com/adamchainz/django-cors-headers
{%- endif %}

0 comments on commit c99feb4

Please sign in to comment.