From ad7e0639eff5527322451e0a7a74bef48b421b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:34:39 +0000 Subject: [PATCH] MAINT: Bump ansys-sphinx-theme from 1.2.1 to 1.2.3 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.1...v1.2.3) --- 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 50572ab3..994ff5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "pytest-cov==6.0.0", ] doc = [ - "ansys-sphinx-theme==1.2.1", + "ansys-sphinx-theme==1.2.3", "numpydoc==1.8.0", "Sphinx==8.1.3", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinx-copybutton==0.5.2",