Skip to content

Commit 1e1100c

Browse files
authored
Merge pull request cookiecutter#3882 from cookiecutter/pyup-update-drf-spectacular-0.24.1-to-0.24.2
Update drf-spectacular to 0.24.2
2 parents 94292f1 + 6202d26 commit 1e1100c

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
@@ -44,5 +44,5 @@ django-redis==5.2.0 # https://github.com/jazzband/django-redis
4444
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
47-
drf-spectacular==0.24.1 # https://github.com/tfranzel/drf-spectacular
47+
drf-spectacular==0.24.2 # https://github.com/tfranzel/drf-spectacular
4848
{%- endif %}

0 commit comments

Comments
 (0)