From ad73e46483b253d493057afdb241a1d07806f6a6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 27 Jan 2018 18:35:23 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id1418b66d055d3efaa71825a8e1becc608e54b73 --- doc/requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ff656d7bc..f1688868f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,8 @@ # 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.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 beautifulsoup4>=4.6.0 # MIT reno>=2.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 236250da9..cede4be1d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD jsonschema<3.0.0,>=2.6.0 # MIT mock>=2.0.0 # BSD python-subunit>=1.0.0 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD