From 8d0f859618853ab11d2c33688aece741b55b910d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:07:45 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.13.4 to 0.14.0 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.13.4 to 0.14.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.13.4...v0.14.0) --- 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 0f1da2491..3a6f655f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ tests = ["pytest==8.0.1", "coverage==7.4.1"] doc = [ - "ansys-sphinx-theme==0.13.4", + "ansys-sphinx-theme==0.14.0", "autodoc_pydantic==2.0.1", "jupyter_sphinx==0.5.3", "nbsphinx==0.9.3",