mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-23 15:02:54 +03:00
Update djangorestframework-stubs to 3.15.3 (#5695)
This commit is contained in:
parent
ccbb1d3afc
commit
70f5a984b4
|
@ -18,7 +18,7 @@ django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-st
|
|||
pytest==8.3.4 # https://github.com/pytest-dev/pytest
|
||||
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestframework-stubs
|
||||
djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
|
||||
{%- endif %}
|
||||
|
||||
# Documentation
|
||||
|
|
Loading…
Reference in New Issue
Block a user