Skip to content

Commit ca6e4bb

Browse files
chore(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@3.0.0...3.6.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ddb55e commit ca6e4bb

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
@@ -88,7 +88,7 @@ dev = [
8888
]
8989
docs = [
9090
"sphinx >=8.0.0,<9.0.0",
91-
"sphinx-autodoc-typehints >=3.0.0,<4.0.0",
91+
"sphinx-autodoc-typehints >=3.6.1,<4.0.0",
9292
"sphinx-rtd-theme >=3.0.0,<4.0.0",
9393
"numpydoc >=1.5.0,<2.0.0",
9494
"sphinx_tabs >=3.4.1,<4.0.0",

0 commit comments

Comments
 (0)