From 4f76ab512d1d36e4a05a783fc93284f80f9ff2b9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 3 Jun 2015 11:37:11 +0000 Subject: [PATCH] Raise min version of stevedore to 1.5.0 stevedore 1.5.0 provides a new feature for building documentation from a plugin set in sphinx. We would like to use this in the docs for some of the Oslo libraries like oslo.messaging. Change-Id: Ie715f98fe0d3cba8b2f4f6235e7c2b6f79be7ea0 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 65bbd930a5..1fbde2b8b7 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -164,7 +164,7 @@ sockjs-tornado>=1.0.0,<2.0.0 SQLAlchemy>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.6 sqlalchemy-utils # BSD License -stevedore>=1.3.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 sysv_ipc>=0.6.8 # BSD License # NOTE(dims): suds is not python 3.x compatible, suds-jurko is a fork that