From b86c7855b7d4bbed9a2227f8b40eba2c2a15795a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 05:37:25 +0000 Subject: [PATCH] Bump sphinx-toolbox from 3.10.0 to 4.0.0 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.10.0 to 4.0.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/v3.10.0...v4.0.0) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d57b59c7..e0abd6ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional-dependencies.dev = [ "sphinx-paramlinks==0.6", "sphinx-pyproject==0.3.0", "sphinx-substitution-extensions==2025.4.3", - "sphinx-toolbox==3.10.0", + "sphinx-toolbox==4.0.0", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.1", "sybil==9.1.0",