From fdffb72be4c3498c9848590ca6844b541cc0e59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:00:17 +0000 Subject: [PATCH] Bump imageio from 2.31.6 to 2.32.0 Bumps [imageio](https://github.com/imageio/imageio) from 2.31.6 to 2.32.0. - [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.31.6...v2.32.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8386027703..9aea80e821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ doc = [ "ansys-sphinx-theme==0.12.4", "grpcio==1.51.1", "imageio-ffmpeg==0.4.9", - "imageio==2.31.6", + "imageio==2.32.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.8.1",