From a779f58d29fb61af32ccac781aec79e0503b3801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:40:09 +0000 Subject: [PATCH] Build(deps): Bump sphinx-toolbox from 3.6.0 to 3.7.0 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.6.0 to 3.7.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-type: direct:production 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 2f16ec92..2be6fddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.0", - "sphinx_toolbox==3.6.0", + "sphinx_toolbox==3.7.0", ] freeze = [ "pyinstaller==6.8.0",