From d99288f9202d3726dcada869220ed47e1ee5990c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:32:26 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-argparse from 0.5.2 to 0.6.0 Bumps [sphinx-argparse](https://github.com/sphinx-doc/sphinx-argparse) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/sphinx-doc/sphinx-argparse/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-argparse/blob/main/docs/changelog.rst) - [Commits](https://github.com/sphinx-doc/sphinx-argparse/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: sphinx-argparse dependency-version: 0.6.0 dependency-type: direct:development 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 a7b83b97..3a55c11c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ development = [ ] docs = [ 'sphinx==8.2.3', - 'sphinx-argparse==0.5.2', + 'sphinx-argparse==0.6.0', 'plantweb==1.3.0', # 'sphinxcontrib.asciinema==0.4.2', 'sphinx_design==0.6.1',