mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Update coverage to 4.4.2 (#1384)
* Update coverage from 4.4.1 to 4.4.2 * Update coverage from 4.4.1 to 4.4.2
This commit is contained in:
parent
006b8d200d
commit
b00b402774
|
@ -1,7 +1,7 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
coverage==4.4.1
|
coverage==4.4.2
|
||||||
django-coverage-plugin==1.5.0
|
django-coverage-plugin==1.5.0
|
||||||
|
|
||||||
Sphinx==1.6.5
|
Sphinx==1.6.5
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
psycopg2==2.7.3.2
|
psycopg2==2.7.3.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.4.1
|
coverage==4.4.2
|
||||||
flake8==3.5.0 # pyup: != 2.6.0
|
flake8==3.5.0 # pyup: != 2.6.0
|
||||||
django-test-plus==1.0.20
|
django-test-plus==1.0.20
|
||||||
factory-boy==2.9.2
|
factory-boy==2.9.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user