diff --git a/poetry.lock b/poetry.lock index a4d63d2f..476ed1a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -558,13 +558,13 @@ files = [ [[package]] name = "imageio" -version = "2.36.0" +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.0-py3-none-any.whl", hash = "sha256:471f1eda55618ee44a3c9960911c35e647d9284c68f077e868df633398f137f0"}, - {file = "imageio-2.36.0.tar.gz", hash = "sha256:1c8f294db862c256e9562354d65aa54725b8dafed7f10f02bb3ec20ec1678850"}, + {file = "imageio-2.37.0-py3-none-any.whl", hash = "sha256:11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed"}, + {file = "imageio-2.37.0.tar.gz", hash = "sha256:71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996"}, ] [package.dependencies] @@ -2478,4 +2478,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "dd8dd4665c7d8bcb2a0ba6be73e43de393af1f7a7f04e40eb6802d571c300074" +content-hash = "50fa5772124b7d906250f28ca5626bc71c49e639165c2272cf1ca43622429cdb" diff --git a/pyproject.toml b/pyproject.toml index 1bfbf017..4cec7e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<3.13" flask = "3.1.0" -imageio = "2.36.0" +imageio = "2.37.0" ipython = "8.18.1" matplotlib = "3.9.2" numpy = "2.0.1"