Skip to content

Commit 45a9f83

Browse files
authored
Update coverage from 6.4.2 to 6.4.3 (cookiecutter#3835)
1 parent e47c35a commit 45a9f83

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
3030
# ------------------------------------------------------------------------------
3131
flake8==5.0.4 # https://github.com/PyCQA/flake8
3232
flake8-isort==4.2.0 # https://github.com/gforcada/flake8-isort
33-
coverage==6.4.2 # https://github.com/nedbat/coveragepy
33+
coverage==6.4.3 # https://github.com/nedbat/coveragepy
3434
black==22.6.0 # https://github.com/psf/black
3535
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
3636
{%- if cookiecutter.use_celery == 'y' %}

0 commit comments

Comments
 (0)