From c6309364b3f55978cb63259cb63d17a0e7c05369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:07:18 +0000 Subject: [PATCH] Bump imageio from 2.31.6 to 2.33.0 (#2516) Bumps [imageio](https://github.com/imageio/imageio) from 2.31.6 to 2.33.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.33.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4fc064dc2..56fe4c160f 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.33.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.8.1",