diff --git a/requirements.txt b/requirements.txt index 9e77186ec4..931d8711cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ Babel>=1.3 # BSD six>=1.9.0 # MIT stevedore>=1.5.0 # Apache-2.0 oslo.messaging>=4.0.0 # Apache-2.0 -osprofiler>=0.4.0 # Apache-2.0 +osprofiler>=1.0.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 2c1008e932..5de00caad9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ openstack.nose-plugin>=0.7 # Apache-2.0 WebTest>=2.0 # MIT wsgi-intercept>=0.6.1 # MIT License proboscis>=1.2.5.3 # Apache-2.0 -python-troveclient>=1.2.0 # Apache-2.0 +python-troveclient>=1.2.0 # Apache-2.0 mock>=1.2 # BSD mox3>=0.7.0 # Apache-2.0 testtools>=1.4.0 # MIT