From fd7e59049a253811c264a7097e0aa027f7b1acc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:05:13 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.9.7 to 0.9.8 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.9.7...v0.9.8) --- 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 5d3b6968..49ad1b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ doc = [ "Sphinx==5.3.0", "numpydoc==1.5.0", - "ansys-sphinx-theme==0.9.7", + "ansys-sphinx-theme==0.9.8", "sphinx-copybutton==0.5.1", ]