Skip to content

Commit ca03e79

Browse files
fix(deps): update dependency sphinx-autodoc-typehints to v3.13.2
1 parent fe63726 commit ca03e79

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.13.2
55
sphinx_rtd_theme==3.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
]
5050
doc = [
5151
"autoapi (>=2.0.1,<2.1.0)",
52-
"sphinx-autodoc-typehints (>=3.6.1,<3.6.2)",
52+
"sphinx-autodoc-typehints (>=3.13.2,<3.13.3)",
5353
"sphinx-rtd-theme (>=3.1.0,<3.2.0)"
5454
]
5555

0 commit comments

Comments
 (0)