diff options
| author | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 10:51:18 +0000 |
|---|---|---|
| committer | Jimi Cullen <jimifhcullen@gmail.com> | 2018-04-15 10:51:18 +0000 |
| commit | 0273ca561f0ad03adff41ce5d95a1ec31b10fe5a (patch) | |
| tree | c51430268c5ff24d1a296bcbf07eb72abf0b9a2a | |
| parent | f8344997267b8ca87a96c690a3515a443005b653 (diff) | |
| download | flake8-0273ca561f0ad03adff41ce5d95a1ec31b10fe5a.tar.gz | |
Update pycodestyle dependency version.
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,5 +14,5 @@ requires-dist = enum34; python_version<"3.4" configparser; python_version<"3.2" 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 @@ -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", ] |
