From 00241b946f1342ee58eca22373cfe1ff2fc3e00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:12:45 +0000 Subject: [PATCH 1/2] chore: bump ansys-sphinx-theme from 1.7.1 to 1.7.2 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.7.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 9fd10a0..f321133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ ] [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.1", + "ansys-sphinx-theme[autoapi]==1.7.2", "numpydoc==1.10.0", "Sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0", From 578464535f141e2a1c3d4021e5160e710592200d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:13:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 317.miscellaneous.md [dependabot-skip] --- doc/changelog.d/317.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/317.miscellaneous.md diff --git a/doc/changelog.d/317.miscellaneous.md b/doc/changelog.d/317.miscellaneous.md new file mode 100644 index 0000000..3fc14e2 --- /dev/null +++ b/doc/changelog.d/317.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump ansys-sphinx-theme from 1.7.1 to 1.7.2