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 21e435d commit 3687243Copy full SHA for 3687243
1 file changed
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -12,7 +12,7 @@ watchfiles==1.2.0 # https://github.com/samuelcolvin/watchfiles
12
# Testing
13
# ------------------------------------------------------------------------------
14
mypy==2.1.0 # https://github.com/python/mypy
15
-django-stubs[compatible-mypy]==6.0.6 # https://github.com/typeddjango/django-stubs
+django-stubs[compatible-mypy]==6.0.7 # https://github.com/typeddjango/django-stubs
16
pytest==9.1.1 # https://github.com/pytest-dev/pytest
17
pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar
18
{%- if cookiecutter.rest_api == 'DRF' %}
0 commit comments