diff --git a/requirements.txt b/requirements.txt index bc30d549a6..e1e0db2a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,10 +22,10 @@ stevedore>=0.14 pysendfile==2.0.0 websockify>=0.5.1,<0.7 oslo.config>=1.4.0.0a3 -oslo.db>=0.2.0 # Apache-2.0 +oslo.db>=0.4.0 # Apache-2.0 oslo.rootwrap>=1.3.0.0a1 -oslo.i18n>=0.1.0 # Apache-2.0 -oslo.utils>=0.1.1 # Apache-2.0 +oslo.i18n>=0.2.0 # Apache-2.0 +oslo.utils>=0.2.0 # Apache-2.0 pecan>=0.5.0 six>=1.7.0 jsonpatch>=1.1 diff --git a/test-requirements.txt b/test-requirements.txt index 2a58e8019e..c240f02fca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ fixtures>=0.3.14 mock>=1.0 Babel>=1.3 MySQL-python -oslotest +oslotest>=1.1.0.0a1 psycopg2 python-ironicclient>=0.2.1 python-subunit>=0.0.18 @@ -15,7 +15,7 @@ testtools>=0.9.34 # Doc requirements sphinx>=1.1.2,!=1.2.0,<1.3 sphinxcontrib-pecanwsme>=0.8 -oslosphinx +oslosphinx>=2.2.0.0a2 # Required for Nova unit tests in ironic/nova/tests/ and can be removed # once the driver code lands in Nova.