From 658c4852880e53c0c26c3a5974d06a1532b3e6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 16:30:47 -0800 Subject: [PATCH] Bump sphinx-argparse from 0.3.2 to 0.4.0 (#1726) Bumps [sphinx-argparse](https://github.com/ashb/sphinx-argparse) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/ashb/sphinx-argparse/releases) - [Changelog](https://github.com/ashb/sphinx-argparse/blob/main/docs/changelog.rst) - [Commits](https://github.com/ashb/sphinx-argparse/compare/0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: sphinx-argparse dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d5f7937c7..24c5e52445 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def package_files(prefix: str, directory: str, extension: str): # https://myst-parser.readthedocs.io/en/latest/sphinx/use.html?highlight=parser#include-markdown-files-into-an-rst-file 'docutils==0.17.1', 'sphinx_markdown_tables==0.0.17', - 'sphinx-argparse==0.3.2', + 'sphinx-argparse==0.4.0', 'sphinxcontrib.katex==0.9.0', 'sphinxext.opengraph==0.6.3', 'sphinxemoji==0.2.0',