mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
update flake8 version
This commit is contained in:
parent
e0835f8dd2
commit
5c9b01ae87
|
@ -2,6 +2,9 @@
|
||||||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [2016-1-30]
|
||||||
|
### Changed
|
||||||
|
- Update flake8 to 2.5.2 (@luzfcb)
|
||||||
|
|
||||||
## [2016-1-29]
|
## [2016-1-29]
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
cookiecutter==1.3.0
|
cookiecutter==1.3.0
|
||||||
flake8==2.5.1
|
flake8==2.5.2
|
||||||
sh==1.11
|
sh==1.11
|
||||||
binaryornot==0.4.0
|
binaryornot==0.4.0
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,6 @@ psycopg2==2.6.1
|
||||||
|
|
||||||
coverage==4.0.3
|
coverage==4.0.3
|
||||||
django_coverage_plugin==1.2.1
|
django_coverage_plugin==1.2.1
|
||||||
flake8==2.5.1
|
flake8==2.5.2
|
||||||
django-test-plus==1.0.11
|
django-test-plus==1.0.11
|
||||||
factory_boy==2.6.0
|
factory_boy==2.6.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user