From c8ebb37cbc42060b52d77b6d2841d8fb3ec4d33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:59:29 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme from 1.1.1 to 1.2.3 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.1.1 to 1.2.3. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.1...v1.2.3) --- 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(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 8751fe9d..dc84cdfd --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ test = [ "ansys-dpf-core==0.13.0", ] doc = [ - "ansys-sphinx-theme==1.1.1", + "ansys-sphinx-theme==1.2.3", "numpydoc==1.8.0", "pillow==10.4.0", "docker>=7.1.0", @@ -95,7 +95,7 @@ dev = [ "ipdb", "ipython", "whatsonpypi", - "ansys-sphinx-theme==1.1.1", + "ansys-sphinx-theme==1.2.3", "numpy==1.25.1", "numpydoc==1.8.0", "pillow==10.4.0",