diff --git a/requirements.txt b/requirements.txt index df2da6894..879d6c19e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ debtcollector>=0.3.0 # Apache-2.0 greenlet>=0.3.2 Jinja2>=2.8 # BSD License (3 clause) oslo.concurrency>=2.3.0 # Apache-2.0 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 oslo.middleware>=2.9.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0636a2cb9..3e5ca0e16 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ coverage>=3.6 discover hacking<0.11,>=0.10.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 simplejson>=2.2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2