From 6f9ac95e46387a3c7ba9005afed1f44827eb1de5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 29 Sep 2016 05:05:40 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie6d8e83dae21a19e40e14542518df79b7dc5f322 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20444d8..ac5cda7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr>=1.6 # Apache-2.0 Django<1.9,>=1.8 # BSD oslo.config>=3.14.0 # Apache-2.0 -oslo.policy>=1.9.0 # Apache-2.0 +oslo.policy>=1.14.0 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 keystoneauth1>=2.10.0 # Apache-2.0 six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6610270..d831d79 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ Babel>=2.3.4 # BSD coverage>=3.6 # Apache-2.0 mock>=2.0 # BSD mox3>=0.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD