Skip to content

Commit 2b1d2e1

Browse files
chore(deps): update sphinx-argparse requirement from <0.5 to <0.6
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](sphinx-doc/sphinx-argparse@0.1.1...v0.5.2) --- updated-dependencies: - dependency-name: sphinx-argparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0711b5 commit 2b1d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ optional-dependencies.docs = [
5757
"pandoc",
5858
"requests",
5959
"sphinx",
60-
"sphinx-argparse<0.5",
60+
"sphinx-argparse<0.6",
6161
"sphinx-rtd-theme",
6262
"termcolor",
6363
]

0 commit comments

Comments
 (0)