Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #182 from valerymelou/pyup-update-coverage-4.4.1-t…
Browse files Browse the repository at this point in the history
…o-4.4.2

Update coverage to 4.4.2
  • Loading branch information
valerymelou committed Nov 11, 2017
2 parents d86048a + 271129c commit 345ddbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r base.txt

Sphinx==1.6.5
coverage==4.4.1
coverage==4.4.2
django-extensions==1.9.7
django-test-plus==1.0.19
factory-boy==2.9.2
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
psycopg2==2.7.3.2
{%- endif %}

coverage==4.4.1
coverage==4.4.2
flake8==3.4.1
django-test-plus==1.0.19
factory-boy==2.9.2
Expand Down

0 comments on commit 345ddbe

Please sign in to comment.