diff --git a/requirements.txt b/requirements.txt index 56264074..4cd6b074 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 -stevedore>=1.5.0 # Apache-2.0 +stevedore>=1.9.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD eventlet!=0.18.3,>=0.18.2 # MIT diff --git a/setup.cfg b/setup.cfg index 905d3611..41569239 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ swift = python-swiftclient>=2.2.0 # Apache-2.0 cinder = python-cinderclient>=1.6.0 # Apache-2.0 - os-brick>=1.0.0 # Apache-2.0 + os-brick>=1.3.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 [build_sphinx]