Skip to content

Commit b13e844

Browse files
authored
Update djangorestframework-stubs to 3.16.9 (#6475)
1 parent d4c9003 commit b13e844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_slug}}/requirements

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ django-stubs[compatible-mypy]==6.0.1 # https://github.com/typeddjango/django-st
1616
pytest==9.0.2 # https://github.com/pytest-dev/pytest
1717
pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar
1818
{%- if cookiecutter.rest_api == 'DRF' %}
19-
djangorestframework-stubs==3.16.8 # https://github.com/typeddjango/djangorestframework-stubs
19+
djangorestframework-stubs==3.16.9 # https://github.com/typeddjango/djangorestframework-stubs
2020
{%- endif %}
2121

2222
# Documentation

0 commit comments

Comments
 (0)