From 27b79a884cf02006657f5bc316f7da7d85d5d605 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Mar 2018 08:05:27 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I76a1c85f6af42a6cc459b3c30f01886f05b35545 --- requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d8fd525..01e027e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ osc-lib>=1.8.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 six>=1.10.0 # MIT futurist>=1.2.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index fb46ae2..c846661 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ test = testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT doc = - sphinx>=1.6.2 # BSD + sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 [build_sphinx] diff --git a/test-requirements.txt b/test-requirements.txt index 7a8677b..c91da7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,6 +7,6 @@ coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0