diff --git a/requirements-py3.txt b/requirements-py3.txt index 1c4b13c60..b7d719fea 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -oslo.config>=1.9.3 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.utils>=1.4.0 # Apache-2.0 @@ -21,7 +21,7 @@ eventlet>=0.17.3 PyYAML>=3.1.0 # rabbit driver is the default -kombu>=2.5.0 +kombu>=3.0.7 # middleware oslo.middleware>=1.0.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index 230e86127..c5fd0c86a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr>=0.6,!=0.7,<1.0 -oslo.config>=1.9.3 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.utils>=1.4.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 @@ -23,7 +23,7 @@ eventlet>=0.17.3 PyYAML>=3.1.0 # rabbit driver is the default -kombu>=2.5.0 +kombu>=3.0.7 # middleware oslo.middleware>=1.0.0 # Apache-2.0