Update django-coverage-plugin to 2.0.0
Created by: pyup-bot
This PR updates django-coverage-plugin from 1.5.0 to 2.0.0.
Changelog
2.0.0
---------------------
Drop support for Python 3.4 and 3.5.
A setting is available: ``template_extensions`` lets you set the file
extensions that will be considered when looking for unused templates
(requested in `issue 60`_).
Fix an issue on Windows where file names were being compared
case-sensitively, causing templates to be missed (`issue 46`_).
Fix an issue (`issue 63`_) where tag libraries can't be found if imported
during test collection. Thanks to Daniel Izquierdo for the fix.
.. _issue 46: https://github.com/nedbat/django_coverage_plugin/issues/46
.. _issue 60: https://github.com/nedbat/django_coverage_plugin/issues/60
.. _issue 63: https://github.com/nedbat/django_coverage_plugin/issues/63
1.8.0
---------------------
Add support for:
- Coverage 5
1.7.0
---------------------
Add support for:
- Python 3.7 & 3.8
- Django 2.2 & 3.0
1.6.0
---------------------
Add support for Django 2.1.
v1.5.2 --- 2017-10-18
---------------------
Validates support for Django version 2.0b1. Improves discovery of
template files.
v1.5.1a --- 2017-04-05
----------------------
Validates support for Django version 1.11. Testing for new package
maintainer Pamela McA'Nulty