diff --git a/requirements.txt b/requirements.txt index b5125861f..479e6ccb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ python-glareclient>=0.3.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 -python-magnumclient>=2.0.0 # Apache-2.0 +python-magnumclient>=2.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 @@ -55,7 +55,7 @@ PyYAML>=3.10 # MIT requests>=2.14.2 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL -six>=1.9.0 # MIT +six>=1.10.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT stevedore>=1.20.0 # Apache-2.0 WSME>=0.8.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index d1bdc2d6d..d42874884 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29,6 +29,6 @@ openstackdocstheme>=1.17.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT unittest2>=1.1.0 # BSD WSME>=0.8.0 # MIT