diff --git a/doc/changelog.d/4302.dependencies.md b/doc/changelog.d/4302.dependencies.md new file mode 100644 index 0000000000..e51e27f75d --- /dev/null +++ b/doc/changelog.d/4302.dependencies.md @@ -0,0 +1 @@ +Bump imageio from 2.37.0 to 2.37.2 in the documentation group diff --git a/pyproject.toml b/pyproject.toml index 5ed60ca4dc..f51f0a60c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ doc = [ "ansys-tools-visualization-interface==0.12.1", "grpcio==1.75.1", "imageio-ffmpeg==0.6.0", - "imageio==2.37.0", + "imageio==2.37.2", "jupyter==1.1.1", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8",