We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3a0cb commit caff39cCopy full SHA for caff39c
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -14,7 +14,7 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
14
# Testing
15
# ------------------------------------------------------------------------------
16
mypy==1.6.1 # https://github.com/python/mypy
17
-django-stubs[compatible-mypy]==4.2.5 # https://github.com/typeddjango/django-stubs
+django-stubs[compatible-mypy]==4.2.6 # https://github.com/typeddjango/django-stubs
18
pytest==7.4.3 # https://github.com/pytest-dev/pytest
19
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
20
{%- if cookiecutter.use_drf == "y" %}
0 commit comments