diff --git a/CHANGELOG.md b/CHANGELOG.md index 000036ee..2a5f108e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2016-1-30] +### Changed +- Update flake8 to 2.5.2 (@luzfcb) ## [2016-1-29] ### Changed diff --git a/requirements.txt b/requirements.txt index 04e7741f..d1f67aaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cookiecutter==1.3.0 -flake8==2.5.1 +flake8==2.5.2 sh==1.11 binaryornot==0.4.0 diff --git a/{{cookiecutter.repo_name}}/requirements/test.txt b/{{cookiecutter.repo_name}}/requirements/test.txt index 1a276a97..56b31ce0 100644 --- a/{{cookiecutter.repo_name}}/requirements/test.txt +++ b/{{cookiecutter.repo_name}}/requirements/test.txt @@ -9,6 +9,6 @@ psycopg2==2.6.1 coverage==4.0.3 django_coverage_plugin==1.2.1 -flake8==2.5.1 +flake8==2.5.2 django-test-plus==1.0.11 factory_boy==2.6.0