From 2480c358deec990b370d0b182b79b6c009ffe43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:31:07 +0000 Subject: [PATCH] chore(deps): bump sphinx-gallery from 0.18.0 to 0.19.0 (#625) 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> Co-authored-by: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> --- doc/changelog.d/625.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/625.dependencies.md diff --git a/doc/changelog.d/625.dependencies.md b/doc/changelog.d/625.dependencies.md new file mode 100644 index 00000000..c638b392 --- /dev/null +++ b/doc/changelog.d/625.dependencies.md @@ -0,0 +1 @@ +chore(deps): bump sphinx-gallery from 0.18.0 to 0.19.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b3358243..50c73d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ doc = [ "sphinx-autoapi==3.4.0", "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", ]