Update pycodestyle dependency version.

This commit is contained in:
Jimi Cullen 2018-04-15 10:51:18 +00:00
parent f834499726
commit 0273ca561f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ requires = [
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
"pyflakes >= 1.5.0, < 1.7.0",
"pycodestyle >= 2.3.0, < 2.4.0",
"pycodestyle >= 2.4.0, < 2.5.0",
"mccabe >= 0.6.0, < 0.7.0",
"setuptools >= 30",
]