From 9bee6c085990150680e19eaa69e6c7661264fb71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:03:14 +0000 Subject: [PATCH 1/2] build: bump imageio from 2.37.0 to 2.37.2 in the documentation group Bumps the documentation group with 1 update: [imageio](https://github.com/imageio/imageio). 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) --- updated-dependencies: - dependency-name: imageio dependency-version: 2.37.2 dependency-type: direct:development update-type: version-update:semver-patch 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 5ed60ca4dc3..f51f0a60c4f 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", From bde50fc1365bfc0c259d80a67f9b026b37380503 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:04:10 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4302.dependencies.md [dependabot-skip] --- doc/changelog.d/4302.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4302.dependencies.md diff --git a/doc/changelog.d/4302.dependencies.md b/doc/changelog.d/4302.dependencies.md new file mode 100644 index 00000000000..e51e27f75de --- /dev/null +++ b/doc/changelog.d/4302.dependencies.md @@ -0,0 +1 @@ +Bump imageio from 2.37.0 to 2.37.2 in the documentation group