diff --git a/doc/changelog.d/3700.dependencies.md b/doc/changelog.d/3700.dependencies.md new file mode 100644 index 0000000000..5abb717b0d --- /dev/null +++ b/doc/changelog.d/3700.dependencies.md @@ -0,0 +1 @@ +build: bump imageio from 2.36.1 to 2.37.0 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cbdc88f2e7..7549a69f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ doc = [ "ansys-tools-visualization-interface==0.8.1", "grpcio==1.70.0", "imageio-ffmpeg==0.6.0", - "imageio==2.36.1", + "imageio==2.37.0", "jupyter_sphinx==0.5.3", "jupyter==1.1.1", "jupyterlab>=3.2.8",