From a140ada6b21a759be55bc9ec7ee695c885908dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:01:17 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme from 1.0.8 to 1.0.9 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f61a7a..c7ba83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tests = [ "pytest-cov==5.0.0", ] doc = [ - "ansys_sphinx_theme==1.0.8", + "ansys_sphinx_theme==1.0.9", "numpydoc==1.8.0", "Sphinx==8.0.2", "Sphinx-copybutton==0.5.2",