From 97c2dc624a09fd7b9c12702d0638f08306d806b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:30:20 +0000 Subject: [PATCH] Bump sphinx-toolbox from 3.8.0 to 3.8.3 Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.8.0 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.0...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 0c7b67e9..021e5bdf 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.8.3", "furo==2024.8.6"] dev = ["pre-commit==4.1.0"]