From a133afc2ac013d1152abbaabdd3c1dc5e350bb38 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:20:23 +0000 Subject: [PATCH] Update dependency tmt to v1.78.0 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/actions/install-tmt/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-tmt/action.yml b/.github/actions/install-tmt/action.yml index 8fea40d58..587ea4632 100644 --- a/.github/actions/install-tmt/action.yml +++ b/.github/actions/install-tmt/action.yml @@ -11,5 +11,5 @@ runs: # handling for the `connect` provisioner we use here (e.g. # https://github.com/teemtee/tmt/issues/5068); bump deliberately. # renovate: datasource=pypi depName=tmt - export VERSION=1.74.0 + export VERSION=1.78.0 pip install --user "tmt[provision-virtual]==${VERSION}"