diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 746bc721..4ab83a27 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,6 +19,7 @@ Contributors * Jon Parise ([@jparise](https://github.com/jparise)) * Kristian Glass ([@doismellburning](https://github.com/doismellburning)) * Luke Hinds ([@lukehinds](https://github.com/lukehinds)) +* Matt Seymour ([@mattseymour](https://github.com/mattseymour)) * Phil Frost ([@bitglue](https://github.com/bitglue)) * Phil Jones ([@pgjones](https://github.com/pgjones)) * SergeyKosarchuk ([@SergeyKosarchuk](https://github.com/SergeyKosarchuk)) diff --git a/setup.py b/setup.py index ba6b0ae6..b6d6cd69 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'pyyaml', 'mccabe>=0.5.0', 'pyflakes<2.2.0,>=0.8.1', - 'pycodestyle<=2.4.0,>=2.0.0', + 'pycodestyle<=2.5.0,>=2.0.0', 'pep8-naming>=0.3.3,<=0.4.1', 'pydocstyle>=2.0.0', ]