From 0e75ec3d437628a4c1fc88c1826b0ae4ca506d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:35:26 +0000 Subject: [PATCH] MAINT: Bump ansys-sphinx-theme from 0.10.4 to 0.11.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.10.4 to 0.11.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.10.4...v0.11.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 593e08c..6d55876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ ] [project.optional-dependencies] doc = [ - "ansys-sphinx-theme==0.10.4", + "ansys-sphinx-theme==0.11.1", "jupyter_sphinx==0.4.0", "jupytext==1.15.0", "myst-parser==2.0.0",