From 8a6c2526c531f85d981ef3d4b1d0c852c8f5b129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:49:44 +0000 Subject: [PATCH] Bump sphinx-toolbox from 3.8.0 to 3.9.0 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.8.0 to 3.9.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.8.0...v3.9.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 92009290..98e6adf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ example = ["gdown==5.2.0"] docs = [ "sphinx-mdinclude==0.6.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.7", - "sphinx-toolbox==3.8.0", + "sphinx-toolbox==3.9.0", "furo==2024.8.6"] dev = ["pre-commit==4.1.0"]