From 07093d2947fe5907bc31431c4efbadd7a45f03c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:41:38 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme` from 1.0.11 to 1.1.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...v1.1.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1736ccf2..b0d028ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.0.11", + "ansys-sphinx-theme==1.1.2", "numpydoc==1.8.0", "sphinx==8.0.2", "sphinx-autoapi==3.3.2",