diff --git a/poetry.lock b/poetry.lock index 54bdfa34..c4de5ec9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "accelerate" @@ -1534,13 +1534,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "imageio" -version = "2.36.1" +version = "2.37.0" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." optional = false python-versions = ">=3.9" files = [ - {file = "imageio-2.36.1-py3-none-any.whl", hash = "sha256:20abd2cae58e55ca1af8a8dcf43293336a59adf0391f1917bf8518633cfc2cdf"}, - {file = "imageio-2.36.1.tar.gz", hash = "sha256:e4e1d231f47f9a9e16100b0f7ce1a86e8856fb4d1c0fa2c4365a316f1746be62"}, + {file = "imageio-2.37.0-py3-none-any.whl", hash = "sha256:11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed"}, + {file = "imageio-2.37.0.tar.gz", hash = "sha256:71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996"}, ] [package.dependencies] @@ -5762,4 +5762,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "840cbe31e0947439aecb3ae96d936482e2a37cc41ab729636296b5bcf515f5b7" +content-hash = "ce934e4ef86a34bf3d59bfb0244721a38ce0ca97c26f10873615952e648d48ac" diff --git a/pyproject.toml b/pyproject.toml index 8be6578f..3a3b6a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ rich = "^13.7.0" expecttest = "^0.3.0" prettyprinter = "^0.18.0" kaleido = "0.2.1" -imageio = "^2.33.1" +imageio = "^2.37.0" frozendict = "^2.4.0" pillow = "^11.0.0" scikit-learn = "^1.4.1-post.0"