From 008f58335a7ac00f823f23a698b05fd097e38070 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Mar 2018 07:49:08 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I9500a0d27953881cfad24d5542356c539353d6a7 --- doc/requirements.txt | 2 +- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 241bf376c..f98b33885 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. 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 reno>=2.5.0 # Apache-2.0 # imported when the source code is parsed for generating documentation: diff --git a/requirements.txt b/requirements.txt index 8af36c932..c6a09121a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 futurist>=1.2.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 @@ -22,7 +22,7 @@ cachetools>=2.0.0 # MIT License WebOb>=1.7.1 # MIT # for the routing notifier -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT # rabbit driver is the default # we set the amqp version to ensure heartbeat works diff --git a/test-requirements.txt b/test-requirements.txt index 15d7ba9d6..f1f661568 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,7 +28,7 @@ kafka-python>=1.3.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 # this is required for the docs build jobs -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 reno>=2.5.0 # Apache-2.0