From 942ff9c57a3ccf2859d2a7feea026417c38f8864 Mon Sep 17 00:00:00 2001
From: John Griffith <john.griffith@solidfire.com>
Date: Thu, 11 Jul 2013 18:02:45 -0600
Subject: [PATCH] Update requirements from openstack/requirements.

Fixes bug: 1200214

Change-Id: I31edd5283b72ac46e99a11aca196f5b9915c4465
---
 requirements.txt      | 14 +++++++-------
 test-requirements.txt |  7 +++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 324097aeb..8e8b9dae4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
 d2to1>=0.2.10,<0.3
-pbr>=0.5.10,<0.6
+pbr>=0.5.16,<0.6
 amqplib>=0.6.1
 anyjson>=0.3.3
 argparse
 babel>=0.9.6
-eventlet>=0.9.12
-greenlet>=0.3.1
+eventlet>=0.12.0
+greenlet>=0.3.2
 iso8601>=0.1.4
 kombu>2.4.7
 lockfile>=0.8
@@ -14,13 +14,13 @@ oslo.config>=1.1.0
 paramiko>=1.8.0
 paste
 pastedeploy>=1.5.0
-python-glanceclient>=0.5.0,<2
-python-keystoneclient>=0.2.1,<0.4
-python-swiftclient>=1.2,<2
+python-glanceclient>=0.9.0
+python-keystoneclient>=0.2.1
+python-swiftclient>=1.2
 routes>=1.12.3
 six
 sqlalchemy>=0.7,<=0.7.99
 sqlalchemy-migrate>=0.7
 stevedore>=0.9
-webob>=1.0.8
+webob>=1.2.3,<1.3
 wsgiref>=0.1.2
diff --git a/test-requirements.txt b/test-requirements.txt
index 96f81cdd8..98a6a6757 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,8 +2,7 @@
 pep8==1.4.5
 pyflakes==0.7.2
 flake8==2.0
-hacking>=0.5.3,<0.6
-
+hacking>=0.5.6,<0.6
 coverage>=3.6
 discover
 fixtures>=0.3.12
@@ -14,6 +13,6 @@ mysql-python
 psycopg2
 sphinx>=1.1.2
 python-subunit
-testtools>=0.9.29
-testrepository>=0.0.13
+testtools>=0.9.32
+testrepository>=0.0.15
 oslo.sphinx
-- 
2.45.2