From 4dcf9ee3f51f9d430b24abbf6def8a9f68b33586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:52:26 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `ansys-sphinx-theme` from 1.0.8 to 1.0.11 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.8...v1.0.11) Updates `sphinx-autodoc-typehints` from 2.4.1 to 2.4.4 - [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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.1...2.4.4) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 589a4ac3..e1e6fc01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,11 @@ tests = [ "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.0.8", + "ansys-sphinx-theme==1.0.11", "numpydoc==1.8.0", "sphinx==8.0.2", "sphinx-autoapi==3.3.1", - "sphinx-autodoc-typehints==2.4.1", + "sphinx-autodoc-typehints==2.4.4", "sphinx-copybutton==0.5.2", ]