Update flake8 version to latest release

Doesn't require any modifications, so newer is better.

Change-Id: I7c81c1ab4914392fbdfd985604b79b1b945a9f59
This commit is contained in:
Dirk Mueller 2019-05-21 09:21:38 +02:00
parent 020c6690a3
commit 4eee4e9285
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ commands = stestr run {posargs}
[testenv:pep8]
basepython = python3
deps = {[testenv]deps}
flake8<3.7.0,>=3.6.0
flake8<3.8.0,>=3.7.0
bandit>=1.1.0
commands =
flake8