From fb5b3e6f69ffaefee6dec55407fcc884cb15bfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:03:38 +0000 Subject: [PATCH] Update sphinx-argparse requirement from <0.5,>=0.4.0 to >=0.4.0,<0.7 Updates the requirements on [sphinx-argparse](https://github.com/sphinx-doc/sphinx-argparse) to permit the latest version. - [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.6.0) --- updated-dependencies: - dependency-name: sphinx-argparse dependency-version: 0.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ff8c77a..875cded4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = [ "asciinema>=2.0.2,<3", "pytest-dictsdiff>=0.5.8,<0.6", "ipdb>=0.13.9,<0.14", - "sphinx-argparse>=0.4.0,<0.5", + "sphinx-argparse>=0.4.0,<0.7", "sphinxcontrib-restbuilder>=0.3,<0.4", "types-PyYAML>=5.4.1,<7", "types-python-slugify>=8.0.0.0,<9",