X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=0e0e902945176d7a7a4a21eea0fc7c5eecd10942;hb=4a453bea3ef89142282673781ec0b038d4d58b27;hp=d9ebf87f76eb7f5b588c3ffc9b1301ccb94e6889;hpb=395a21cbac34ed0d3cb6d0bd8cfea41032aae8ba;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index d9ebf87f..0e0e9029 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==6.0.0 + jenkins-job-builder==6.2.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.0.0 + jenkins-job-builder==6.2.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.0.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0} commands = jenkins-jobs {posargs:--help}