From fee2e5ac2a6854eaf7b9964ac988a927786d4624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:08:59 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.14.0 to 0.14.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.14.0...v0.14.1) --- 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 fd50e3f61..2bce7fe2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ ] doc = [ - "ansys-sphinx-theme==0.14.0", + "ansys-sphinx-theme==0.14.1", "autodoc_pydantic==2.0.1", "jupyter_sphinx==0.5.3", "nbsphinx==0.9.3",