We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40c4e8 commit 6c20b26Copy full SHA for 6c20b26
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -18,7 +18,7 @@ django-stubs[compatible-mypy]==5.1.1 # https://github.com/typeddjango/django-st
18
pytest==8.3.4 # https://github.com/pytest-dev/pytest
19
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
20
{%- if cookiecutter.use_drf == "y" %}
21
-djangorestframework-stubs==3.15.1 # https://github.com/typeddjango/djangorestframework-stubs
+djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestframework-stubs
22
{%- endif %}
23
24
# Documentation
0 commit comments