From 99acada82908954f5d4f9fde227ed40d786741eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:10:38 +0000 Subject: [PATCH] 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] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index cb707e19..203eeef4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,13 +1458,13 @@ files = [ [[package]] name = "imageio" -version = "2.35.1" +version = "2.36.0" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "imageio-2.35.1-py3-none-any.whl", hash = "sha256:6eb2e5244e7a16b85c10b5c2fe0f7bf961b40fcb9f1a9fd1bd1d2c2f8fb3cd65"}, - {file = "imageio-2.35.1.tar.gz", hash = "sha256:4952dfeef3c3947957f6d5dedb1f4ca31c6e509a476891062396834048aeed2a"}, + {file = "imageio-2.36.0-py3-none-any.whl", hash = "sha256:471f1eda55618ee44a3c9960911c35e647d9284c68f077e868df633398f137f0"}, + {file = "imageio-2.36.0.tar.gz", hash = "sha256:1c8f294db862c256e9562354d65aa54725b8dafed7f10f02bb3ec20ec1678850"}, ] [package.dependencies] @@ -1472,8 +1472,8 @@ numpy = "*" pillow = ">=8.3.2" [package.extras] -all-plugins = ["astropy", "av", "imageio-ffmpeg", "psutil", "tifffile"] -all-plugins-pypy = ["av", "imageio-ffmpeg", "psutil", "tifffile"] +all-plugins = ["astropy", "av", "imageio-ffmpeg", "numpy (>2)", "pillow-heif", "psutil", "rawpy", "tifffile"] +all-plugins-pypy = ["av", "imageio-ffmpeg", "pillow-heif", "psutil", "tifffile"] build = ["wheel"] dev = ["black", "flake8", "fsspec[github]", "pytest", "pytest-cov"] docs = ["numpydoc", "pydata-sphinx-theme", "sphinx (<6)"] @@ -5640,4 +5640,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a20015494f12b7dafde758c216c4aeb9b5f3a0e80e695de22ccdad0c41542e17" +content-hash = "1a5c774b4883fa0d5e7d8a410e2cd093b1f9fca4b0b50697cfefdb516e13e611" diff --git a/pyproject.toml b/pyproject.toml index 32e651e1..11f0c029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ rich = "^13.7.0" expecttest = "^0.2.1" prettyprinter = "^0.18.0" kaleido = "0.2.1" -imageio = "^2.33.1" +imageio = "^2.36.0" frozendict = "^2.4.0" pillow = "^10.2.0" scikit-learn = "^1.4.1-post.0"