From a9c0169d8577a11edbdbf2e13c0b7412f98babe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:05:55 +0000 Subject: [PATCH] build(deps): bump imageio from 2.35.1 to 2.36.0 Bumps [imageio](https://github.com/imageio/imageio) from 2.35.1 to 2.36.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.35.1...v2.36.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38ef470ca..dd1efe61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = [ doc = [ "recommonmark==0.7.1", "matplotlib==3.9.2", - "imageio==2.35.1", + "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "numpydoc==1.8.0", "Sphinx==8.0.2",