From 377e4d133fbecca294056cbdda4654041a9f3be8 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sun, 28 Jul 2019 20:02:54 +0200
Subject: Pin ruamel.yaml to 0.15.100
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The last versions published between verification and build fails
(0.16.0).

Change-Id: I3ff72353ea29d8b5d946e3d15c21833c58211e0e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 upper-constraints.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/upper-constraints.txt b/upper-constraints.txt
index d87a1a1a8..b26f1244e 100644
--- a/upper-constraints.txt
+++ b/upper-constraints.txt
@@ -25,3 +25,4 @@ git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes
 git+https://github.com/esnme/ultrajson@d25e024f481c5571d15f3c0c406a498ca0467cfd#egg=ujson
 pylint===1.9.5;python_version=='2.7'
 pylint===2.3.1;python_version=='3.7'
+ruamel.yaml===0.15.100
-- 
cgit