From 18b3e6fdab5fd093685379488bfb4a4cf2ec943c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:17:20 +0000 Subject: [PATCH] Bump sphinx-toolbox from 3.8.0 to 3.8.1 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.8.0 to 3.8.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/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-type: direct:production 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 6cad37348..998fc2c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ optional-dependencies.dev = [ "sphinx-copybutton==0.5.2", "sphinx-paramlinks==0.6", "sphinx-substitution-extensions==2024.8.6", - "sphinx-toolbox==3.8.0", + "sphinx-toolbox==3.8.1", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", "sybil==8.0.0",