From 64405a52f21ca00ba9b3e31a9c0e27d5f06bbb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:52:47 +0000 Subject: [PATCH 1/2] build: bump imageio from 2.36.0 to 2.36.1 in the documentation group Bumps the documentation group with 1 update: [imageio](https://github.com/imageio/imageio). Updates `imageio` from 2.36.0 to 2.36.1 - [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.36.0...v2.36.1) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production 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 981ba88736..adb4399bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "ansys-tools-visualization-interface==0.5.0", "grpcio==1.68.0", "imageio-ffmpeg==0.5.1", - "imageio==2.36.0", + "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyter==1.1.1", "jupyterlab>=3.2.8", From 3b74147f4249a4f5a807520b36ecb53c175a26bb Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:53:50 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3593.dependencies.md [dependabot-skip] --- doc/changelog.d/3593.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3593.dependencies.md diff --git a/doc/changelog.d/3593.dependencies.md b/doc/changelog.d/3593.dependencies.md new file mode 100644 index 0000000000..89ae38f55a --- /dev/null +++ b/doc/changelog.d/3593.dependencies.md @@ -0,0 +1 @@ +build: bump imageio from 2.36.0 to 2.36.1 in the documentation group \ No newline at end of file