From b1ee80868d9f9dab9d7ad74cb9687719f5eeeb3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:13:07 +0000 Subject: [PATCH 1/2] chore: bump ansys-sphinx-theme from 1.8.1 to 1.8.2 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.8.2 dependency-type: direct:development 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 e001cf07..5eaabd57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ ] [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.8.1", + "ansys-sphinx-theme[autoapi]==1.8.2", "numpydoc==1.10.0", "Sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0", From 09f0e48088cd5bf04673738d512d47091ae1a1ee Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:14:08 +0000 Subject: [PATCH 2/2] chore: adding changelog file 347.dependencies.md [dependabot-skip] --- doc/changelog.d/347.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/347.dependencies.md diff --git a/doc/changelog.d/347.dependencies.md b/doc/changelog.d/347.dependencies.md new file mode 100644 index 00000000..2f7cc1ef --- /dev/null +++ b/doc/changelog.d/347.dependencies.md @@ -0,0 +1 @@ +Chore: bump ansys-sphinx-theme from 1.8.1 to 1.8.2