From d62c041dec89eb0e65f28fa53710bcc217409877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:32:31 -0500 Subject: [PATCH] build(deps-dev): update ansys-sphinx-theme requirement from ==1.1.7 to ==1.2.0 (#3442) build(deps-dev): update ansys-sphinx-theme requirement 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/v1.1.7...v1.2.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c7cf65f1ca..d8b8d63df63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ Sphinx = "==7.4.7" jupyter_sphinx = "==0.5.3" numpydoc = "==1.8.0" matplotlib = "==3.9.0" -ansys-sphinx-theme = "==1.1.7" +ansys-sphinx-theme = "==1.2.0" pypandoc = "==1.13" pytest-sphinx = "==0.6.3" sphinx-autobuild = "==2024.10.3"