mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 21:14:03 +03:00
Merge pull request #1506 from pydanny/pyup-update-coverage-4.5-to-4.5.1
Update coverage to 4.5.1
This commit is contained in:
commit
cee0023098
|
@ -1,7 +1,7 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
coverage==4.5
|
coverage==4.5.1
|
||||||
django-coverage-plugin==1.5.0
|
django-coverage-plugin==1.5.0
|
||||||
|
|
||||||
Sphinx==1.6.7
|
Sphinx==1.6.7
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
psycopg2==2.7.4
|
psycopg2==2.7.4
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.5
|
coverage==4.5.1
|
||||||
flake8==3.5.0 # pyup: != 2.6.0
|
flake8==3.5.0 # pyup: != 2.6.0
|
||||||
django-test-plus==1.0.22
|
django-test-plus==1.0.22
|
||||||
factory-boy==2.10.0
|
factory-boy==2.10.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user