From 95d24a3d29d28cf321fb3b21ea4623bd85614cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:13:26 +0000 Subject: [PATCH] build(deps-dev): update sphinx-inline-tabs requirement in /python Updates the requirements on [sphinx-inline-tabs](https://github.com/pradyunsg/sphinx-inline-tabs) to permit the latest version. - [Commits](https://github.com/pradyunsg/sphinx-inline-tabs/compare/2023.04.21...2025.12.21.14) --- updated-dependencies: - dependency-name: sphinx-inline-tabs dependency-version: 2025.12.21.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f7049841a..0beafa18f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "requests>=2.33.1", "sphinxcontrib-programoutput>=0.19", "sphinx-copybutton>=0.5.2", - "sphinx-inline-tabs>=2023.4.21", + "sphinx-inline-tabs>=2025.12.21.14", ] dev = [ "ruff==0.15.10",