From 13af051a6db4ab2496ce37b9725e3543fc006e5d Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Thu, 6 Jun 2013 14:21:08 -0700 Subject: [PATCH] Bump version of PBR. PBR had an issue building sphinx autodocs, which was fixed between 0.5.11 and 0.5.12. Let's bump the minimum version so that docs build properly! Fixes bug 1186834 Change-Id: I069dcc3d170eefadc90206be2b3c46d605917cbb --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 755156af0f..2e5d470ca2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ d2to1>=0.2.10,<0.3 -pbr>=0.5,<0.6 +pbr>=0.5.13,<0.6 SQLAlchemy>=0.7.8,<0.7.99 amqplib>=0.6.1 anyjson>=0.2.4