From 375c0f4ff819a2180d4b24d5db6c3cbc0120f78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:52:20 +0000 Subject: [PATCH] Bump sphinx-toolbox from 4.1.2 to 4.2.0 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.1.2 to 4.2.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.1.2...v4.2.0) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.2.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 8c637e93..147d5f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx<9", "sphinx-mdinclude==0.6.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.5", - "sphinx-toolbox==4.1.2", + "sphinx-toolbox==4.2.0", "furo==2025.12.19"] dev = ["pre-commit==4.6.0"]