From 23079af77770f736ce340eebabfeb4714fa25d89 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 8 Apr 2019 13:29:43 +0200 Subject: Allow pyyaml >= 5 Current latest version is 5.1 so allow this version, too. Change-Id: Ic349545720bf9a3d973fe863c7068d1e590732c3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7a0ae27..8a619626 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. six>=1.9.0 # MIT -PyYAML>=3.10.0,<4 # MIT +PyYAML>=3.10.0,<6 # MIT pbr>=1.8 # Apache-2.0 stevedore>=1.17.1 # Apache-2.0 python-jenkins>=0.4.15 -- cgit