Skip to content

Commit

Permalink
Update django-stubs to 5.1.2 (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Jan 15, 2025
1 parent 2dc567d commit fbf6c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
# Testing
# ------------------------------------------------------------------------------
mypy==1.13.0 # https://github.com/python/mypy
django-stubs[compatible-mypy]==5.1.1 # https://github.com/typeddjango/django-stubs
django-stubs[compatible-mypy]==5.1.2 # https://github.com/typeddjango/django-stubs
pytest==8.3.4 # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
Expand Down

0 comments on commit fbf6c88

Please sign in to comment.