From f1ed44302caf058ce5e5945b6b10dde96d67223e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:44:15 +0000 Subject: [PATCH] Bump imageio from 2.37.3 to 2.37.4 Bumps [imageio](https://github.com/imageio/imageio) from 2.37.3 to 2.37.4. - [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.37.3...v2.37.4) --- updated-dependencies: - dependency-name: imageio dependency-version: 2.37.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f0c7960..939b8bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -623,14 +623,14 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "imageio" -version = "2.37.3" +version = "2.37.4" description = "Read and write images and video across all major formats. Supports scientific and volumetric data." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "imageio-2.37.3-py3-none-any.whl", hash = "sha256:46f5bb8522cd421c0f5ae104d8268f569d856b29eb1a13b92829d1970f32c9f0"}, - {file = "imageio-2.37.3.tar.gz", hash = "sha256:bbb37efbfc4c400fcd534b367b91fcd66d5da639aaa138034431a1c5e0a41451"}, + {file = "imageio-2.37.4-py3-none-any.whl", hash = "sha256:1ab2e22c8debf700f24c3ac43e8f95f3b3a8110c83b93411e97b4b0b2cd1c7e6"}, + {file = "imageio-2.37.4.tar.gz", hash = "sha256:e45cbc5e83502047fb138f7f585f7f105a136a57eea5f4b3cfc6ce1b52720bd3"}, ] [package.dependencies] @@ -639,7 +639,7 @@ pillow = ">=8.3.2" [package.extras] all-plugins = ["astropy", "av", "fsspec[http]", "imageio-ffmpeg", "numpy (>2)", "pillow-heif", "psutil", "rawpy", "tifffile"] -all-plugins-pypy = ["fsspec[http]", "imageio-ffmpeg", "pillow-heif", "psutil", "tifffile"] +all-plugins-pypy = ["fsspec[http]", "imageio-ffmpeg", "pillow-heif", "psutil"] dev = ["black", "flake8", "fsspec[github]", "pytest", "pytest-cov"] docs = ["numpydoc", "pydata-sphinx-theme", "sphinx (<6)"] ffmpeg = ["imageio-ffmpeg", "psutil"] @@ -1658,4 +1658,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "909c78fe0ef4860e1d6b4eebd9c20055c2c8457128a078b4465e71fad75af95d" +content-hash = "c53690a070aed9e035a6c3b9542a2083c00947c01e88906117164d42aef93124" diff --git a/pyproject.toml b/pyproject.toml index 662c7fe..d6f53cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,5 +30,5 @@ package-mode = false [tool.poetry.group.dev.dependencies] nuitka = "^4.1.3" -imageio = "^2.37.3" +imageio = "^2.37.4"