mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
Update coverage to 4.3.4 (#999)
* Update coverage from 4.3.3 to 4.3.4 * Update coverage from 4.3.3 to 4.3.4
This commit is contained in:
parent
191fcf847a
commit
de4c8c4012
|
@ -1,7 +1,7 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
coverage==4.3.3
|
coverage==4.3.4
|
||||||
django-coverage-plugin==1.4
|
django-coverage-plugin==1.4
|
||||||
|
|
||||||
Sphinx==1.5.1
|
Sphinx==1.5.1
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
psycopg2==2.6.2
|
psycopg2==2.6.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.3.3
|
coverage==4.3.4
|
||||||
flake8==3.2.1 # pyup: != 2.6.0
|
flake8==3.2.1 # pyup: != 2.6.0
|
||||||
django-test-plus==1.0.16
|
django-test-plus==1.0.16
|
||||||
factory-boy==2.8.1
|
factory-boy==2.8.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user