From 8ad6c9bf86ce5f02e0f303cdbe7dcf9874fafe65 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 01:39:24 +0000 Subject: [PATCH] Update dependency tmt to v1.77.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..6f5606c0d 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.77.0 pip install --user "tmt[provision-virtual]==${VERSION}"