From afe91b8d69868d19333c52e440b8076592e4df56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:05:54 +0000 Subject: [PATCH 1/2] CHORE: Bump the doc group with 2 updates Bumps the doc group with 2 updates: [imageio](https://github.com/imageio/imageio) and [pypandoc](https://github.com/JessicaTegner/pypandoc). Updates `imageio` from 2.37.0 to 2.37.2 - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](https://github.com/imageio/imageio/compare/v2.37.0...v2.37.2) Updates `pypandoc` from 1.15 to 1.16 - [Release notes](https://github.com/JessicaTegner/pypandoc/releases) - [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md) - [Commits](https://github.com/JessicaTegner/pypandoc/compare/v1.15...v1.16) --- updated-dependencies: - dependency-name: imageio dependency-version: 2.37.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: doc - dependency-name: pypandoc dependency-version: '1.16' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b781b9201..dbc6209d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,13 +59,13 @@ doc = [ "sphinx==8.2.3", "ansys-sphinx-theme[autoapi,changelog]==1.6.3", "imageio-ffmpeg==0.6.0", - "imageio==2.37.0", + "imageio==2.37.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "matplotlib==3.10.7", "numpy==2.2.6", "numpydoc==1.8.0", - "pypandoc==1.15", + "pypandoc==1.16", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.1.0", "sphinx-copybutton==0.5.2", From 5fcac4143f196a19f85c1b7e316dca9d6389c80e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:07:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1392.maintenance.md [dependabot-skip] --- doc/changelog.d/1392.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1392.maintenance.md diff --git a/doc/changelog.d/1392.maintenance.md b/doc/changelog.d/1392.maintenance.md new file mode 100644 index 000000000..7ee092ea8 --- /dev/null +++ b/doc/changelog.d/1392.maintenance.md @@ -0,0 +1 @@ +Bump the doc group with 2 updates