From 483d241f6b227648302a8a435bf2e4932cf00a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:53:24 +0000 Subject: [PATCH] build(deps-dev): bump ansys-sphinx-theme from 0.9.9 to 0.10.0 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.9.9 to 0.10.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.9.9...v0.10.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2937d5db..2786011e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pytest-cov==4.1.0", ] doc = [ - "ansys-sphinx-theme==0.9.9", + "ansys-sphinx-theme==0.10.0", "numpydoc==1.5.0", "pillow==10.0.0", "pyansys-docker==5.0.4", @@ -81,7 +81,7 @@ dev = [ "ipdb", "ipython", "whatsonpypi", - "ansys-sphinx-theme==0.9.9", + "ansys-sphinx-theme==0.10.0", "numpy==1.25.1", "numpydoc==1.5.0", "pillow==10.0.0",