Skip to content

Commit f1b00cd

Browse files
build(deps-dev): update sphinx-autodoc-typehints requirement
Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@2.3.0...3.10.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f3f3eb commit f1b00cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docs = [
2525
"gevent",
2626
"shibuya",
2727
"sphinx<8.2",
28-
"sphinx-autodoc-typehints[type_comments]>=2.3.0",
28+
"sphinx-autodoc-typehints[type_comments]>=3.10.4",
2929
"typing-extensions",
3030
]
3131

0 commit comments

Comments
 (0)