Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0e0e902..3572c14 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands =
 [testenv:jjb]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
     # RELENG-5179 (undeclared dependency by stevedore)
     setuptools
 commands =
@@ -39,7 +39,7 @@ commands =
 [testenv:jjb-compare-xml]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
 allowlist_externals =
     ./jjb-compare-xml.sh
 commands =
@@ -109,7 +109,7 @@ commands =
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0}
+    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0}
 commands =
     jenkins-jobs {posargs:--help}