From c83cd82bb86260ea4339378d13f77e64ff1f5c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:33:22 +0000 Subject: [PATCH] build(deps-dev): bump imageio from 2.31.4 to 2.31.5 Bumps [imageio](https://github.com/imageio/imageio) from 2.31.4 to 2.31.5. - [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.4...v2.31.5) --- 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 56261d3ac..f9b2aeaec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ tests = [ doc = [ "recommonmark==0.7.1", "matplotlib==3.8.0", - "imageio==2.31.4", + "imageio==2.31.5", "imageio-ffmpeg==0.4.9", "pyvista==0.42.2", "numpydoc==1.5.0",