From 28b74a470b98bee62b6070af4ade65027430ca27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:43:40 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme from 1.1.1 to 1.2.2 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.1.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.1.1...v1.2.2) --- 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..2987eb23 --- 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.2", "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.2", "numpy==1.25.1", "numpydoc==1.8.0", "pillow==10.4.0",