summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2018-01-12 18:18:58 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2018-01-12 18:18:58 +0000
commit705051658fabb8c0e92cd8dbad87015dfdda7f9f (patch)
tree31e54ef913fb232fce280bfe5c7cf32359d3f56a /requirements.txt
parenta7af4a4c100916f77456a8dabbc92a3f935bde62 (diff)
downloadpython-jenkins-job-builder-705051658fabb8c0e92cd8dbad87015dfdda7f9f.tar.gz
python-jenkins-job-builder-705051658fabb8c0e92cd8dbad87015dfdda7f9f.tar.xz
python-jenkins-job-builder-705051658fabb8c0e92cd8dbad87015dfdda7f9f.zip
bump python-jenkins version
Bumps python-jenkins version to avoid few remarkable issues fixed in it: - allow to wait for jenkins to enter normal operation - remove cap on pbr version - more py3 enablement - other, see its changelog Change-Id: I508b412bc2d17561e7a7ceef015ea018615596ad
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 52059b55..2b009652 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,6 @@ six>=1.9.0 # MIT
PyYAML>=3.10.0 # MIT
pbr>=1.8 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0
-python-jenkins>=0.4.9
+python-jenkins>=0.4.15
fasteners
Jinja2