Merge "Updated from global requirements"

This commit is contained in:
Zuul 2018-02-07 21:17:15 +00:00 committed by Gerrit Code Review
commit a82236f431
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0

View File

@ -12,7 +12,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
# sphinx is required in test-requirements in addition to doc/requirements
# because there is a sphinx extension that has tests
sphinx>=1.6.2 # BSD
sphinx!=1.6.6,>=1.6.2 # BSD
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0