From d79e09d0e2a707b2f0029091fdb5c47018cf7600 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Mon, 9 May 2016 17:38:14 -0300 Subject: [PATCH] update version of pyflakes --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab64f2d7..7056d62cb 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 58369fe35..444c9fd35 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