diff --git a/requirements.txt b/requirements.txt index 103b7c897..b66550060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 psutil>=3.2.2 # BSD -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT pystache # MIT os-refresh-config # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 61c6b9b7c..4afa1cc35 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,5 +15,5 @@ testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT mock>=2.0.0 # BSD oslotest>=1.10.0 # Apache-2.0 -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 reno>=2.5.0 # Apache-2.0