From 7be429c33d1b54077811cb19c2fe6875ea0d7ab6 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Sat, 9 Jul 2016 03:15:49 +0000
Subject: [PATCH] Updated from global requirements

Change-Id: I6478d00910d360a763f24488b89e0b131b9c1f0f
---
 requirements.txt      | 4 ++--
 test-requirements.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 342b784..1cd1a37 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ python-zaqarclient>=1.0.0 # Apache-2.0
 requests>=2.10.0 # Apache-2.0
 iso8601>=0.1.11 # MIT
 lxml>=2.3 # BSD
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
 oslo.log>=1.14.0 # Apache-2.0
 six>=1.9.0 # MIT
-dogpile.cache>=0.5.7 # BSD
+dogpile.cache>=0.6.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 1fc60c3..5913a12 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,10 +5,10 @@ hacking<0.10,>=0.9.2
 
 coverage>=3.6 # Apache-2.0
 discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
 mock>=2.0 # BSD
 python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
 testrepository>=0.0.18 # Apache-2.0/BSD
 testscenarios>=0.4 # Apache-2.0/BSD
 testtools>=1.4.0 # MIT