From 5d1c62cbbea165187b5dbbb36ff15cdcc2953f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:02:17 +0000 Subject: [PATCH] Bump imageio from 2.31.5 to 2.31.6 Bumps [imageio](https://github.com/imageio/imageio) from 2.31.5 to 2.31.6. - [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.5...v2.31.6) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24e308c33de..d6794f767c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "ansys-sphinx-theme==0.12.3", "grpcio==1.51.1", "imageio-ffmpeg==0.4.9", - "imageio==2.31.5", + "imageio==2.31.6", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.8.0",