From 269d4dc3da16c37df6586957c52dfa6a1936f56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:40:45 +0000 Subject: [PATCH] build(deps-dev): bump imageio-ffmpeg from 0.4.8 to 0.4.9 (#290) 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 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",