From f6fc182053dfc17c110fcd48ef25d968d0c6aa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:07: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.2.1 to 1.2.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch 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 cd78feb0..8f737b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.2.1", + "ansys-sphinx-theme==1.2.2", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx-autoapi==3.3.3",