Skip to content

Commit 7f9b44a

Browse files
build: update sphinx-autodoc-typehints to 3.0.1 (#3733)
* build: update sphinx-autodoc-typehints to 3.0.1 * chore: adding changelog file 3733.dependencies.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 78a5ebc commit 7f9b44a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pypandoc==1.14
1616
pytest-sphinx==0.6.3
1717
pythreejs==2.4.2
1818
sphinx-autobuild==2024.10.3
19-
sphinx-autodoc-typehints==1.25.2
19+
sphinx-autodoc-typehints==3.0.1
2020
sphinx-copybutton==0.5.2
2121
sphinx-design==0.6.1
2222
sphinx-gallery==0.18.0

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest==8.3.3
2626
pythreejs==2.4.2
2727
scipy==1.14.1
2828
sphinx-autobuild==2024.10.3
29-
sphinx-autodoc-typehints==1.25.2
29+
sphinx-autodoc-typehints==3.0.1
3030
sphinx-copybutton==0.5.2
3131
sphinx-design==0.6.1
3232
sphinx-gallery==0.18.0

doc/changelog.d/3733.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: update sphinx-autodoc-typehints to 3.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ doc = [
9393
"pytest-sphinx==0.6.3",
9494
"pythreejs==2.4.2",
9595
"sphinx-autobuild==2024.10.3",
96-
"sphinx-autodoc-typehints==1.25.2",
96+
"sphinx-autodoc-typehints==3.0.1",
9797
"sphinx-copybutton==0.5.2",
9898
"sphinx-design==0.6.1",
9999
"sphinx-gallery==0.18.0",

0 commit comments

Comments
 (0)