diff --git a/requirements.txt b/requirements.txt index a73767a0..b794fc3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-compressor>=2.0 # MIT django-openstack-auth>=2.3.0 # Apache-2.0 iso8601>=0.1.11 # MIT python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 -python-manilaclient>=1.3.0 # Apache-2.0 +python-manilaclient>=1.10.0 # Apache-2.0 python-neutronclient>=4.2.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-saharaclient>=0.13.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 86672ce4..909b472f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 ddt>=1.0.1 # MIT -django-nose>=1.2 # BSD +django-nose>=1.4.4 # BSD discover # BSD reno>=1.8.0 # Apache2 mock>=2.0 # BSD