From 1505c27c49385bf8fd85c47efe65dadb640a75d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:40:19 +0000 Subject: [PATCH] build(deps): bump sphinxcontrib-apidoc from 0.5.0 to 0.6.0 Bumps [sphinxcontrib-apidoc](https://github.com/sphinx-contrib/apidoc) from 0.5.0 to 0.6.0. - [Commits](https://github.com/sphinx-contrib/apidoc/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: sphinxcontrib-apidoc dependency-version: 0.6.0 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 074ab8c4b..55887f57a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ build = [ ] docs = [ "Sphinx ~= 6.0", - "sphinxcontrib-apidoc == 0.5.0", + "sphinxcontrib-apidoc == 0.6.0", "sphinx-autobuild == 2024.2.4", "furo ~= 2024.1", ]