From baa5b4daff58aa8dfd6338a6c39d32686dd5804c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:13:10 +0000 Subject: [PATCH] Bump sphinx-argparse from 0.3.2 to 0.4.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 9850c0d..19f46bb 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ sphinx-rtd-theme==1.1.1 -sphinx-argparse==0.3.2 +sphinx-argparse==0.4.0 sphinxcontrib-applehelp==1.0.2; python_version >= "3.5" sphinxcontrib-devhelp==1.0.2; python_version >= "3.5" sphinxcontrib-htmlhelp==2.0.0; python_version >= "3.5"