From 5b45d749955799afeaf44b19df5018c2524ff705 Mon Sep 17 00:00:00 2001
From: OpenStack Jenkins <jenkins@openstack.org>
Date: Thu, 10 Oct 2013 20:26:53 +0000
Subject: [PATCH] Updated from global requirements

Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9

Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b

Change-Id: I2cc2769b89bd040064408faea30c448350fa5f00
---
 requirements.txt      | 4 ++--
 setup.py              | 2 +-
 test-requirements.txt | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 9be8aff18..8533bde14 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ iso8601>=0.1.4
 PrettyTable>=0.6,<0.8
 requests>=1.1
 simplejson>=2.0.9
-six
+six>=1.4.1
 oslo.config>=1.2.0
 netaddr
-Babel>=0.9.6
+Babel>=1.3
diff --git a/setup.py b/setup.py
index 2a0786a8b..70c2b3f32 100644
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
 import setuptools
 
 setuptools.setup(
-    setup_requires=['pbr>=0.5.21,<1.0'],
+    setup_requires=['pbr'],
     pbr=True)
diff --git a/test-requirements.txt b/test-requirements.txt
index c724ee13d..9cefe299c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,10 @@
 hacking>=0.5.6,<0.8
 coverage>=3.6
 discover
-fixtures>=0.3.12
+fixtures>=0.3.14
 httpretty>=0.6.3
-keyring>=1.6.1
-mock>=0.8.0
+keyring>=1.6.1,<2.0
+mock>=1.0
 mox3>=0.7.0
 pycrypto>=2.6
 sphinx>=1.1.2