diff --git a/requirements.txt b/requirements.txt index dd4e731a7..d1f71973a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 psutil>=3.2.2 # BSD netaddr>=0.7.18 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 717ba555d..25a9112cc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Doc requirements openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD hacking<0.11,>=0.10.0