Skip to content

Commit 42dcfab

Browse files
fix(deps): update dependency sphinx-autodoc-typehints to v3.12.0
1 parent 0c0ced5 commit 42dcfab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==9.1.0
22
sphinx-autoapi==3.4.0
33
astroid==3.3.8
4-
sphinx-autodoc-typehints==3.6.1
4+
sphinx-autodoc-typehints==3.12.0
55
sphinx_rtd_theme==3.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev = [
6363
]
6464
doc = [
6565
"autoapi (>=2.0.1,<2.1.0)",
66-
"sphinx-autodoc-typehints (>=3.6.1,<3.6.2)",
66+
"sphinx-autodoc-typehints (>=3.12.0,<3.12.1)",
6767
"sphinx-rtd-theme (>=3.1.0,<3.2.0)"
6868
]
6969

0 commit comments

Comments
 (0)