From f0b02463abb4aa15dd20e96bd61250feae1cc0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:13:42 +0000 Subject: [PATCH 1/2] build: bump sphinx-gallery in the documentation group Bumps the documentation group with 1 update: [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `sphinx-gallery` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc319fdcc17..bae8a348df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ doc = [ "sphinx-autodoc-typehints==3.0.1", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", - "sphinx-gallery==0.18.0", + "sphinx-gallery==0.19.0", "sphinx-jinja==2.0.2", "sphinx-notfound-page==1.1.0", "sphinx==8.1.3", From 74a1d6dcccd614f8d78c2475e34509cfb27049b2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:14:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3743.dependencies.md [dependabot-skip] --- doc/changelog.d/3743.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3743.dependencies.md diff --git a/doc/changelog.d/3743.dependencies.md b/doc/changelog.d/3743.dependencies.md new file mode 100644 index 00000000000..61312683d74 --- /dev/null +++ b/doc/changelog.d/3743.dependencies.md @@ -0,0 +1 @@ +build: bump sphinx-gallery from 0.18.0 to 0.19.0 in the documentation group \ No newline at end of file