Merge pull request #695 from pydanny/pyup-update-coverage-4.1-to-4.2

Update coverage to 4.2
This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-07-30 09:31:55 -03:00 committed by GitHub
commit 91aabe10d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Local development dependencies go here
-r base.txt
coverage==4.1
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.5
django-extensions==1.6.7

View File

@ -7,7 +7,7 @@
psycopg2==2.6.2
{%- endif %}
coverage==4.1
coverage==4.2
django-coverage-plugin==1.3.1
flake8==3.0.3 # pyup: != 2.6.0
django-test-plus==1.0.14