requirements: Update mccabe to 0.5.0

- PyCon 2016 PDX release
- Add support for Flake8 3.0
This commit is contained in:
Florian Bruhin 2016-05-30 23:50:11 +02:00
parent 0c611d4d85
commit 100d284cdd

View File

@ -13,7 +13,7 @@ flake8-tidy-imports==1.0.0
flake8-tuple==0.2.9 flake8-tuple==0.2.9
hacking==0.11.0 hacking==0.11.0
intervaltree==2.1.0 intervaltree==2.1.0
mccabe==0.4.0 mccabe==0.5.0
packaging==16.7 packaging==16.7
pbr==1.10.0 pbr==1.10.0
pep257==0.7.0 # still needed by flake8-docstrings but ignored pep257==0.7.0 # still needed by flake8-docstrings but ignored