Skip to content

Commit 7f59bdf

Browse files
build(deps): bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `ansys-sphinx-theme` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.1.2...v1.1.3) Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3) Updates `sphinx-autodoc-typehints` from 2.4.4 to 2.5.0 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@2.4.4...2.5.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2181db4 commit 7f59bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ tests = [
4040
"gitpython==3.1.43",
4141
]
4242
doc = [
43-
"ansys-sphinx-theme==1.1.2",
43+
"ansys-sphinx-theme==1.1.3",
4444
"numpydoc==1.8.0",
45-
"sphinx==8.0.2",
45+
"sphinx==8.1.3",
4646
"sphinx-autoapi==3.3.2",
47-
"sphinx-autodoc-typehints==2.4.4",
47+
"sphinx-autodoc-typehints==2.5.0",
4848
"sphinx-copybutton==0.5.2",
4949
]
5050

0 commit comments

Comments
 (0)