From d40d3fd6a10b0f287d18a7ddb862ecb4184ca155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:35:04 +0000 Subject: [PATCH] build(deps-dev): 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 | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 293b212..8ed1acc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -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"] @@ -1754,4 +1754,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "560cfc72c024b1aa1d1b406097ad03bbc4a054950c842d6a6bc07be45e7fa330" +content-hash = "b8723e646ed75107e2e1d63b90a5cdf874e13853196199c9dd93476e860e754e" diff --git a/pyproject.toml b/pyproject.toml index 9f71b2c..b5d07d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ package-mode = false [tool.poetry.group.dev.dependencies] nuitka = "^4.1.3" -imageio = "^2.37.3" +imageio = "^2.37.4" [tool.poetry.group.test.dependencies] pytest = "^8.3.0"