From 1ee951aef78a6401d3624d450e7c9a9858e15d7e Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Wed, 29 Apr 2015 13:08:31 +0300 Subject: [PATCH] Updated YAQL requirement to >= 0.2.6 YAQL has been updated to pin ply requirement and a new version has been released. This patch updates python-muranoclient requirements to use this version. Change-Id: I0104065cc22a2dd2e735c1c1ac174f0903d8aa5a Related-Bug: #1448990 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fd534be..d1e16461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 # not listed in global requirements -yaql>=0.2.3,<0.3 +yaql>=0.2.6,<0.3