From 1bc047fbc86da04c45c7d9c7a3967c25c5108689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:39:59 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme from 1.2.0 to 1.2.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.0...v1.2.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 968fdb9..000d6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "pyfakefs==5.7.1"] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme==1.2.0", + "ansys-sphinx-theme==1.2.1", "numpydoc==1.8.0", "sphinx-copybutton==0.5.2", ]