From af8490d11177a3933e47bd13452504044626e785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:04:52 +0000 Subject: [PATCH] Update ansys-sphinx-theme requirement from ^0.13.0 to ^0.14.0 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.13.0...v0.14.0) --- 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 b3c3264..8689d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ optional = true [tool.poetry.group.doc.dependencies] Sphinx = "^7.2.6" numpydoc = "^1.5.0" -ansys-sphinx-theme = "^0.13.0" +ansys-sphinx-theme = "^0.14.0" sphinx-copybutton = "^0.5.1" # Optional testing dependencies