diff --git a/.zuul.yaml b/.zuul.yaml index f18d0d8..b51695b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ - openstack-python3-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 + - check-requirements check: jobs: - ceilometermiddleware-integration diff --git a/requirements.txt b/requirements.txt index e716dc4..b3d53bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ oslo.config>=3.9.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 -oslo.utils +oslo.utils>=4.7.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 six>=1.9.0 # MIT