From 2bb80ec08a9aae3f3989991fab83c606b738f5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:09:38 +0000 Subject: [PATCH] Bump sphinx-toolbox from 4.1.0 to 4.1.1 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2371fec..e7bef75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ documentation = [ "sphinx-prompt==1.9.0; python_version > '3.11'", "sphinx-rtd-theme==3.0.2; python_version > '3.11'", "sphinx-tabs==3.4.*; python_version > '3.11'", - "sphinx-toolbox==4.1.0; python_version > '3.11'", + "sphinx-toolbox==4.1.1; python_version > '3.11'", "sphinxcontrib-applehelp==2.0.0; python_version > '3.11'", "sphinxcontrib-devhelp==2.0.0; python_version > '3.11'", "sphinxcontrib-htmlhelp==2.1.0; python_version > '3.11'",