From 6e7eb0fa01f28cde77edaf6719ee00469d6ae479 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 23 Dec 2017 10:17:03 +0000 Subject: Updated from global requirements Change-Id: Icb21b3ea8f9ae0eb4e51c951187756ac730251fd --- doc/requirements.txt | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a192e29..4e0cd0c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,6 @@ +# 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 reno>=2.5.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index c2b2c7b..8de021e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ jsonschema<3.0.0,>=2.6.0 # MIT automaton>=1.9.0 # Apache-2.0 # For common utilities -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 -- cgit v1.2.1