diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab64f2d..7056d62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao) - Replaced all `readthedocs.org` referencies to point to the new domain `readthedocs.io` (@luzfcb) +- Update version of pyflakes (@luzfcb) ## [2016-05-08] ### Changed diff --git a/requirements.txt b/requirements.txt index 58369fe3..444c9fd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ binaryornot==0.4.0 # Testing pytest==2.9.1 pep8==1.7.0 -pyflakes==1.2.1 +pyflakes==1.2.2 tox==2.3.1 pytest-cookies==0.2.0