Merge "Cap pycodestyle explicitly to be < 2.6.0"

This commit is contained in:
Zuul 2020-05-13 10:37:07 +00:00 committed by Gerrit Code Review
commit 381527ad30
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ psycopg2>=2.7.3 # LGPL/ZPL
testtools>=2.2.0 # MIT
WebTest>=2.0.27 # MIT
bashate>=0.5.1 # Apache-2.0
flake8>=3.7.0 # MIT
pycodestyle>=2.0.0,<2.6.0 # MIT
flake8-import-order>=0.17.1 # LGPLv3
Pygments>=2.2.0 # BSD
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0