summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-23 01:43:43 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-23 01:43:43 +0000
commit22ce584ce7d471469b5eb4278b7c9d31f6a7e2a4 (patch)
tree99d23a56a0ea259ee4c853cbf05c62f183f5cbe9
parenta62d1e74712bfdec37bcc917a17fa1940af7ef9d (diff)
downloadpython-barbicanclient-22ce584ce7d471469b5eb4278b7c9d31f6a7e2a4.tar.gz
Updated from global requirements
Change-Id: Ib20ac652a99af0163730e5d8a7af35bd8d23bba2
-rw-r--r--doc/requirements.txt3
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt4
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index d3348d6..827758f 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,2 +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.6,!=1.6.7,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 2b0e705..aab6108 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
cliff!=2.9.0,>=2.8.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 193d070..71f8127 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,11 +4,11 @@
coverage!=4.4,>=4.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
mock>=2.0.0 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
nose>=1.3.7 # LGPL
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
python-openstackclient>=3.12.0 # Apache-2.0