From c10fff3b0dd368b2947e8f846524815dd47eb814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 05:11:51 +0000 Subject: [PATCH] Bump sphinx-toolbox from 3.8.2 to 3.8.3 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.8.2 to 3.8.3. - [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.2...v3.8.3) --- 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 812d9fb7..274187fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional-dependencies.dev = [ "sphinx-lint==1.0.0", "sphinx-paramlinks==0.6", "sphinx-substitution-extensions==2025.2.19", - "sphinx-toolbox==3.8.2", + "sphinx-toolbox==3.8.3", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.1", "sybil==9.1.0",