Skip to content

Commit fbf6c88

Browse files
authored
Update django-stubs to 5.1.2 (cookiecutter#5639)
1 parent 2dc567d commit fbf6c88

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
1414
# Testing
1515
# ------------------------------------------------------------------------------
1616
mypy==1.13.0 # https://github.com/python/mypy
17-
django-stubs[compatible-mypy]==5.1.1 # https://github.com/typeddjango/django-stubs
17+
django-stubs[compatible-mypy]==5.1.2 # https://github.com/typeddjango/django-stubs
1818
pytest==8.3.4 # https://github.com/pytest-dev/pytest
1919
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
2020
{%- if cookiecutter.use_drf == "y" %}

0 commit comments

Comments
 (0)