From d8d7ccb593ee6f225390abb278a38e043d08a629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 02:24:12 +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] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 356f94c31..8e83645dc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ readthedocs-sphinx-search==0.3.2 # don't use sphinx > 7.2.0 because they dropped support for python 3.8. See https://www.sphinx-doc.org/en/master/changes.html for changelog sphinx==7.3.7 sphinx-design==0.5.0 -sphinx-argparse==0.4.0 +sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 diff --git a/pyproject.toml b/pyproject.toml index 506acb90a..1e0cf4475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "readthedocs-sphinx-search==0.3.2", "sphinx==7.3.7", "sphinx-design==0.5.0", - "sphinx-argparse==0.4.0", + "sphinx-argparse==0.5.2", "sphinx-autoapi==3.0.0", "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17",