From f0bb47f7d76787cfa38a1b00eb8123439c5bd9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:39:40 +0000 Subject: [PATCH] Bump sphinx-argparse from 0.4.0 to 0.5.2 Bumps [sphinx-argparse](https://github.com/sphinx-doc/sphinx-argparse) from 0.4.0 to 0.5.2. - [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.4.0...v0.5.2) --- updated-dependencies: - dependency-name: sphinx-argparse 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 b62bc95b..3d498db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "sphinx_design==0.6.0", "myst-nb==1.1.1", "sphinx-book-theme==1.1.3", - "sphinx-argparse==0.4.0", + "sphinx-argparse==0.5.2", "sphinx-toolbox==3.6.0", ]