diff --git a/doc/requirements.txt b/doc/requirements.txt index 524ff3472..d3fbf2210 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain openstackdocstheme>=1.18.1 # Apache-2.0 beautifulsoup4>=4.6.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index cede4be1d..54ba19d09 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ jsonschema<3.0.0,>=2.6.0 # MIT mock>=2.0.0 # BSD python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD