From ad53c9e7978bf7f475de998d6fce6dbd3967af61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:54:35 +0200 Subject: [PATCH] build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the core group (#3418) * build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the core group Bumps the core group with 1 update: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme` from 1.0.8 to 1.0.11 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.8...v1.0.11) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3418.dependencies.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/3418.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3418.dependencies.md diff --git a/doc/changelog.d/3418.dependencies.md b/doc/changelog.d/3418.dependencies.md new file mode 100644 index 0000000000..04ae2480dd --- /dev/null +++ b/doc/changelog.d/3418.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the core group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fffa8a3e26..734be01d8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.1", "ansys-tools-visualization-interface==0.4.4", - "ansys-sphinx-theme==1.0.8", + "ansys-sphinx-theme==1.0.11", "grpcio==1.66.1", "imageio-ffmpeg==0.5.1", "imageio==2.35.1",