From f5bc1ba923a728ba7ef6e6c41b8729e164c99751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:47:13 +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.2.4 to 1.2.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.4...v1.2.6) Updates `sphinx-autodoc-typehints` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.0.0...3.0.1) --- 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 99d7a24b..9b4f04eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,11 @@ tests = [ "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme==1.2.4", + "ansys-sphinx-theme==1.2.6", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx-autoapi==3.4.0", - "sphinx-autodoc-typehints==3.0.0", + "sphinx-autodoc-typehints==3.0.1", "sphinx-copybutton==0.5.2", ]