Skip to content

Commit 3687243

Browse files
authored
Update django-stubs to 6.0.7 (#6725)
1 parent 21e435d commit 3687243

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
@@ -12,7 +12,7 @@ watchfiles==1.2.0 # https://github.com/samuelcolvin/watchfiles
1212
# Testing
1313
# ------------------------------------------------------------------------------
1414
mypy==2.1.0 # https://github.com/python/mypy
15-
django-stubs[compatible-mypy]==6.0.6 # https://github.com/typeddjango/django-stubs
15+
django-stubs[compatible-mypy]==6.0.7 # https://github.com/typeddjango/django-stubs
1616
pytest==9.1.1 # https://github.com/pytest-dev/pytest
1717
pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar
1818
{%- if cookiecutter.rest_api == 'DRF' %}

0 commit comments

Comments
 (0)