From 855d9feee18c617721a71ff99f6ef49cf6489f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:28:32 +0000 Subject: [PATCH] build(deps-dev): bump imageio-ffmpeg from 0.4.8 to 0.4.9 Bumps [imageio-ffmpeg](https://github.com/imageio/imageio-ffmpeg) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/imageio/imageio-ffmpeg/releases) - [Commits](https://github.com/imageio/imageio-ffmpeg/compare/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: imageio-ffmpeg 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 ac3eb92fb..56261d3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ "recommonmark==0.7.1", "matplotlib==3.8.0", "imageio==2.31.4", - "imageio-ffmpeg==0.4.8", + "imageio-ffmpeg==0.4.9", "pyvista==0.42.2", "numpydoc==1.5.0", "Sphinx==7.2.6",