summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2019-04-08 13:29:43 +0200
committerThomas Bechtold <tbechtold@suse.com>2019-04-08 13:29:43 +0200
commit23079af77770f736ce340eebabfeb4714fa25d89 (patch)
tree36cb1efec97b17be0c982696ea6f4f8b16096aec
parent43f002c65a86c26fa06346280a0e6099184a1e02 (diff)
downloadpython-jenkins-job-builder-23079af77770f736ce340eebabfeb4714fa25d89.tar.gz
python-jenkins-job-builder-23079af77770f736ce340eebabfeb4714fa25d89.tar.xz
python-jenkins-job-builder-23079af77770f736ce340eebabfeb4714fa25d89.zip
Allow pyyaml >= 5
Current latest version is 5.1 so allow this version, too. Change-Id: Ic349545720bf9a3d973fe863c7068d1e590732c3
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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