Merge "Cap Bandit below 1.6.0 and update Sphinx requirement"

This commit is contained in:
Zuul 2019-05-14 19:08:51 +00:00 committed by Gerrit Code Review
commit e246f94a61
1 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,12 @@ stestr>=2.0.0 # Apache-2.0
# These are needed for docs generation/testing
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
doc8>=0.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0
bandit>=1.1.0,<1.6.0 # Apache-2.0