diff --git a/requirements.txt b/requirements.txt index 80388ddc..00f71e02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,10 +9,10 @@ greenlet>=0.3.2 # MIT httplib2>=0.7.5 # MIT lxml!=3.7.0,>=2.3 # BSD oslo.cache>=1.5.0 # Apache-2.0 -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 -oslo.db>=4.21.1 # Apache-2.0 +oslo.db>=4.23.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4812e0dd..0391bb89 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,8 +10,8 @@ nose # LGPL oslotest>=1.10.0 # Apache-2.0 pylint==1.4.5 # GPLv2 python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT -openstackdocstheme>=1.5.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0 os-api-ref>=1.0.0 # Apache-2.0