summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-01-20 19:43:54 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-01-20 19:43:54 +0000
commit9385eaff09e6cc5b94dd99c089b2a59fe9d31c53 (patch)
treefe597a918050f3281f5c0e16a5ce5169cca700f9
parent2d035aacbfad209da9bfa0dc27dbd80587082848 (diff)
downloadnova-9385eaff09e6cc5b94dd99c089b2a59fe9d31c53.tar.gz
Updated from global requirements
Change-Id: I740a7d5e9f1740e2b1d1fbd9cff110fa83741e29
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg2
-rw-r--r--test-requirements.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 4cc5ff3f1a..49711da17a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -55,7 +55,7 @@ psutil>=1.2.1 # BSD
oslo.versionedobjects>=1.17.0 # Apache-2.0
os-brick>=1.8.0 # Apache-2.0
os-vif>=1.4.0 # Apache-2.0
-os-win>=1.3.0 # Apache-2.0
+os-win>=1.4.0 # Apache-2.0
castellan>=0.4.0 # Apache-2.0
microversion-parse>=0.1.2 # Apache-2.0
os-xenapi>=0.1.1 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index 195b2b150d..cb178a639e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -220,7 +220,7 @@ universal = 1
[extras]
osprofiler =
- osprofiler>=1.4.0 # Apache-2.0
+ osprofiler>=1.4.0 # Apache-2.0
[pbr]
# Treat sphinx warnings as errors during the docs build; this helps us keep
diff --git a/test-requirements.txt b/test-requirements.txt
index 4d607f133f..42e32b3116 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,11 +7,11 @@ coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
python-barbicanclient>=4.0.0 # Apache-2.0
-python-ironicclient>=1.9.0 # Apache-2.0
+python-ironicclient>=1.10.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
requests-mock>=1.1 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD