diff --git a/doc/changelog.d/3593.dependencies.md b/doc/changelog.d/3593.dependencies.md new file mode 100644 index 0000000000..89ae38f55a --- /dev/null +++ b/doc/changelog.d/3593.dependencies.md @@ -0,0 +1 @@ +build: bump imageio from 2.36.0 to 2.36.1 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 981ba88736..adb4399bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "ansys-tools-visualization-interface==0.5.0", "grpcio==1.68.0", "imageio-ffmpeg==0.5.1", - "imageio==2.36.0", + "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyter==1.1.1", "jupyterlab>=3.2.8",