From f5898e016d4ce30e89a7a4bbe5a0f7f9b90e9377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:52:37 +0000 Subject: [PATCH] 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 cf03a376..b994159e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "sphinx_design==0.7.0", "myst-nb==1.4.0", "sphinx-book-theme==1.2.0", - "sphinx-argparse==0.5.2", + "sphinx-argparse==0.6.0", "sphinx-toolbox==4.2.0", ]