From bc1bba5fdf9afcd83174dda1bf9662598d27f91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:50:27 +0000 Subject: [PATCH 1/2] build: bump the documentation group across 1 directory with 3 updates Bumps the documentation group with 3 updates in the / directory: [imageio](https://github.com/imageio/imageio), [plotly](https://github.com/plotly/plotly.py) 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 `plotly` from 6.3.1 to 6.4.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.3.1...v6.4.0) 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: documentation - dependency-name: plotly dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation - dependency-name: pypandoc dependency-version: '1.16' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ff684a8e78..f22ce3d4f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ doc = [ "ansys-tools-visualization-interface==0.12.1", "grpcio==1.75.1", "imageio-ffmpeg==0.6.0", - "imageio==2.37.0", + "imageio==2.37.2", "jupyter==1.1.1", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", @@ -99,9 +99,9 @@ doc = [ "nbformat==5.10.4", "numpydoc==1.9.0", "pandas==2.3.3", - "plotly==6.3.1", + "plotly==6.4.0", "pyiges[full]==0.3.2", - "pypandoc==1.15", + "pypandoc==1.16.2", "pytest-sphinx==0.6.3", "pythreejs==2.4.2", "sphinx-autobuild==2024.10.3", From c9f02dcfceb6b45805d5f2673d714dc142a7f446 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:51:43 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4315.dependencies.md [dependabot-skip] --- doc/changelog.d/4315.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4315.dependencies.md diff --git a/doc/changelog.d/4315.dependencies.md b/doc/changelog.d/4315.dependencies.md new file mode 100644 index 00000000000..97ba0811c6b --- /dev/null +++ b/doc/changelog.d/4315.dependencies.md @@ -0,0 +1 @@ +Bump the documentation group across 1 directory with 3 updates