From ce78397bffa61eb52ca7fe1b90b35d6c3cb2c1b1 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Mar 2018 07:03:34 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I02b333b1cf75419bfad64159976f5aba0f304125 --- doc/requirements.txt | 6 +++--- setup.cfg | 2 +- test-requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 73831d4f..6d744b0d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,15 +5,15 @@ # For generationg sphinx documentation openstackdocstheme>=1.18.1 # Apache-2.0 reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD # For autodoc builds hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0.0 # BSD betamax>=0.7.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 lxml!=3.7.0,>=3.4.1 # BSD -oauthlib>=0.6.0 # BSD +oauthlib>=0.6.2 # BSD diff --git a/setup.cfg b/setup.cfg index d7921932..67d3a246 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ kerberos = saml2 = lxml!=3.7.0,>=3.4.1 # BSD oauth1 = - oauthlib>=0.6.0 # BSD + oauthlib>=0.6.2 # BSD betamax = betamax>=0.7.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD diff --git a/test-requirements.txt b/test-requirements.txt index be9735fd..dd2bcce5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ bandit>=1.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0.0 # BSD -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 @@ -18,8 +18,8 @@ os-testr>=1.0.0 # Apache-2.0 betamax>=0.7.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD stestr>=1.0.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD testtools>=2.2.0 # MIT -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT