From 8e80b581ada9ddccbf2e3a91d06dd02fe219fea9 Mon Sep 17 00:00:00 2001 From: Daniel Woste Date: Mon, 21 Sep 2026 15:02:10 +0200 Subject: [PATCH] ubtrace builder dep update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 627d97f..51ad853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "sphinx-test-reports>=1.3.2", # pin as RTD consumes this file, not uv.lock "furo>=2024.8.6", "sphinx-preview>=0.1.2", - "ubt-sphinx==0.8.1", + "ubt-sphinx==0.9.0", "ubt-runtime==0.6.0" ] readme = "README.md"