mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Update flake8 to 3.4.0 (#1253)
* Update flake8 from 3.3.0 to 3.4.0 * Update flake8 from 3.3.0 to 3.4.0
This commit is contained in:
parent
60e57117d6
commit
e7ae16eeb6
|
@ -1,5 +1,5 @@
|
||||||
cookiecutter==1.5.1
|
cookiecutter==1.5.1
|
||||||
flake8==3.3.0 # pyup: != 2.6.0
|
flake8==3.4.0 # pyup: != 2.6.0
|
||||||
sh==1.12.14
|
sh==1.12.14
|
||||||
binaryornot==0.4.3
|
binaryornot==0.4.3
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ psycopg2==2.7.3
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
coverage==4.4.1
|
coverage==4.4.1
|
||||||
flake8==3.3.0 # pyup: != 2.6.0
|
flake8==3.4.0 # pyup: != 2.6.0
|
||||||
django-test-plus==1.0.18
|
django-test-plus==1.0.18
|
||||||
factory-boy==2.8.1
|
factory-boy==2.8.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user