We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc567d commit fbf6c88Copy full SHA for fbf6c88
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -14,7 +14,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
14
# Testing
15
# ------------------------------------------------------------------------------
16
mypy==1.13.0 # https://github.com/python/mypy
17
-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
18
pytest==8.3.4 # https://github.com/pytest-dev/pytest
19
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
20
{%- if cookiecutter.use_drf == "y" %}
0 commit comments