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 e47c35a commit 45a9f83Copy full SHA for 45a9f83
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -30,7 +30,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
30
# ------------------------------------------------------------------------------
31
flake8==5.0.4 # https://github.com/PyCQA/flake8
32
flake8-isort==4.2.0 # https://github.com/gforcada/flake8-isort
33
-coverage==6.4.2 # https://github.com/nedbat/coveragepy
+coverage==6.4.3 # https://github.com/nedbat/coveragepy
34
black==22.6.0 # https://github.com/psf/black
35
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
36
{%- if cookiecutter.use_celery == 'y' %}
0 commit comments