diff --git a/requirements.txt b/requirements.txt index 13ce8abe9..c26fd3920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ keystoneauth1>=2.1.0 # Apache-2.0 keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.cache>=1.5.0 # Apache-2.0 -oslo.config>=3.9.0 # Apache-2.0 +oslo.config>=3.10.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 @@ -17,14 +17,14 @@ oslo.messaging>=4.5.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 PasteDeploy>=1.5.0 # MIT pbr>=1.6 # Apache-2.0 pecan>=1.0.0 # BSD PrettyTable<0.8,>=0.7 # BSD voluptuous>=0.8.9 # BSD License python-ceilometerclient>=2.2.1 # Apache-2.0 -python-cinderclient!=1.7.0,>=1.6.0 # Apache-2.0 +python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-glanceclient>=2.0.0 # Apache-2.0 python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 python-neutronclient>=4.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0cc03312b..e0efb5915 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ freezegun # Apache-2.0 hacking<0.11,>=0.10.2 mock>=2.0 # BSD oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.4.1 # Apache-2.0 +os-testr>=0.7.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD