From e425357ae71e1263a032736e2c7ffce2e8ce1e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:12:23 +0200 Subject: [PATCH] build: bump sphinx-gallery from 0.17.0 to 0.17.1 in the documentation group (#3346) * 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.17.0 to 0.17.1 - [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.17.0...v0.17.1) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3346.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/3346.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3346.dependencies.md diff --git a/doc/changelog.d/3346.dependencies.md b/doc/changelog.d/3346.dependencies.md new file mode 100644 index 0000000000..181e8527ec --- /dev/null +++ b/doc/changelog.d/3346.dependencies.md @@ -0,0 +1 @@ +build: bump sphinx-gallery from 0.17.0 to 0.17.1 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bcef3bfb54..ec55b9fbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ doc = [ "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", - "sphinx-gallery==0.17.0", + "sphinx-gallery==0.17.1", "sphinx-notfound-page==1.0.4", "sphinx==8.0.2", "sphinxcontrib-websupport==2.0.0",