From 7c329a01271e6c0b79ba98d485327c9f167df21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:24:38 +0000 Subject: [PATCH] Build(deps-dev): Bump sphinx-toolbox from 4.1.1 to 4.1.2 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.1.1 to 4.1.2. - [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.1...v4.1.2) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.1.2 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 cdecefb3..4c56bd6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "ansys-sphinx-theme==1.6.4", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx_toolbox==4.1.1", + "sphinx_toolbox==4.1.2", ] freeze = [ "pyinstaller==6.17.0",