diff --git a/requirements.txt b/requirements.txt index 661bb61500..b9e6501cce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ lockfile>=0.8 netaddr>=0.7.6 pbr>=0.6,!=0.7,<1.0 python-ceilometerclient>=1.0.6 -python-cinderclient>=1.0.6 +python-cinderclient>=1.0.7 python-glanceclient>=0.9.0 python-heatclient>=0.2.9 python-keystoneclient>=0.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index ba692b2d75..98a3da2612 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ django-nose docutils==0.9.1 hacking>=0.9.2,<0.10 mox>=0.5.3 -nodeenv>=0.9.4 +nodeenv>=0.9.4 # BSD License nose nose-exclude nosehtmloutput>=0.0.3 @@ -14,4 +14,4 @@ selenium sphinx>=1.1.2,!=1.2.0,<1.3 testtools>=0.9.34 # This also needs xvfb library installed on your OS -xvfbwrapper>=0.1.3 +xvfbwrapper>=0.1.3 #license: MIT