summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-12-23 10:17:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-12-23 10:17:03 +0000
commit6e7eb0fa01f28cde77edaf6719ee00469d6ae479 (patch)
tree877114d0ff276d721f95551538609f66561c38e9
parent760f4414eae8fb484f4abeaee454847261228f5c (diff)
downloadtaskflow-6e7eb0fa01f28cde77edaf6719ee00469d6ae479.tar.gz
Updated from global requirements
Change-Id: Icb21b3ea8f9ae0eb4e51c951187756ac730251fd
-rw-r--r--doc/requirements.txt3
-rw-r--r--requirements.txt2
2 files changed, 4 insertions, 1 deletions
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