From 4c64d0ce0c804b08b48bd1a4536b551c79d7a947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:06:42 +0000 Subject: [PATCH] Bump sphinx-toolbox from 4.0.0 to 4.1.0 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases) - [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst) - [Commits](https://github.com/sphinx-toolbox/sphinx-toolbox/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83ed0421e..00a98c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ optional-dependencies.dev = [ "sphinx-paramlinks==0.6", "sphinx-pyproject==0.3.0", "sphinx-substitution-extensions==2025.11.17", - "sphinx-toolbox==4.0.0", + "sphinx-toolbox==4.1.0", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.2", "sybil==9.3.0",