From 407aaec28e22f2a00ec062ec016a1f533bb1b2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:56:42 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme from 1.1.2 to 1.1.7 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.1.2 to 1.1.7. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.2...v1.1.7) --- 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 774171e..35b60a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ tests = [ "pytest-cov==5.0.0", ] doc = [ - "ansys-sphinx-theme==1.1.2", + "ansys-sphinx-theme==1.1.7", "numpydoc==1.8.0", "Sphinx==8.0.2", "sphinx-copybutton==0.5.2",