From a87aa3ef00907d5d9222a816df2298d2fc7c3683 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Mon, 13 Oct 2014 18:50:26 +0000
Subject: [PATCH] Updated from global requirements

Change-Id: I69d69ae9153769414d76b63ccb59fdd8ff06d01b
---
 requirements.txt          | 2 +-
 test-requirements-py3.txt | 2 +-
 test-requirements.txt     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 27488cec2..c2a9527d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ six>=1.7.0
 # FIXME(markmc): remove this when the drivers no longer
 # import eventlet
 
-eventlet>=0.15.1
+eventlet>=0.15.2
 
 # used by oslo.i18n
 Babel>=1.3
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index fc126ca62..ce46c400f 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -21,5 +21,5 @@ oslotest>=1.1.0  # Apache-2.0
 coverage>=3.6
 
 # this is required for the docs build jobs
-sphinx>=1.1.2,!=1.2.0,<1.3
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
 oslosphinx>=2.2.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6bf70b195..9399e2531 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24,5 +24,5 @@ qpid-python
 coverage>=3.6
 
 # this is required for the docs build jobs
-sphinx>=1.1.2,!=1.2.0,<1.3
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
 oslosphinx>=2.2.0  # Apache-2.0