From 66a24e4d8307f53e73f075366251d7cf14532f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:46:36 +0000 Subject: [PATCH] Update ansys-sphinx-theme requirement from ^0.9.7 to ^0.12.5 Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.9.7...v0.12.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d14eb8..6649758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ optional = true [tool.poetry.group.doc.dependencies] Sphinx = "^5.3.0" numpydoc = "^1.5.0" -ansys-sphinx-theme = "^0.9.7" +ansys-sphinx-theme = "^0.12.5" sphinx-copybutton = "^0.5.1" # Optional testing dependencies