We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c9003 commit b13e844Copy full SHA for b13e844
1 file changed
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -16,7 +16,7 @@ django-stubs[compatible-mypy]==6.0.1 # https://github.com/typeddjango/django-st
16
pytest==9.0.2 # https://github.com/pytest-dev/pytest
17
pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar
18
{%- if cookiecutter.rest_api == 'DRF' %}
19
-djangorestframework-stubs==3.16.8 # https://github.com/typeddjango/djangorestframework-stubs
+djangorestframework-stubs==3.16.9 # https://github.com/typeddjango/djangorestframework-stubs
20
{%- endif %}
21
22
# Documentation
0 commit comments