From aec8f846529a5012767dc6975959b54eac4c6815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:17:14 +0100 Subject: [PATCH] build(deps-dev): bump sphinx-tabs from 3.4.7 to 3.5.0 (#932) Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.4.7 to 3.5.0. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.7...v3.5.0) --- updated-dependencies: - dependency-name: sphinx-tabs dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e94fac0..54a0e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ # Sphinx "sphinx==9.0.4", "sphinx_rtd_theme==3.1.0", - "sphinx-tabs==3.4.7", + "sphinx-tabs==3.5.0", "GitPython==3.1.46", "myst-parser==5.0.0", "docutils==0.21.2",