diff --git a/doc/changelog.d/3214.dependencies.md b/doc/changelog.d/3214.dependencies.md new file mode 100644 index 0000000000..ed1f41ce94 --- /dev/null +++ b/doc/changelog.d/3214.dependencies.md @@ -0,0 +1 @@ +build: bump the documentation group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9b7b3f30b5..b0934f4f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ doc = [ "ansys-sphinx-theme==0.16.6", "grpcio==1.64.1", "imageio-ffmpeg==0.5.1", - "imageio==2.34.1", + "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "matplotlib==3.9.0", @@ -100,7 +100,7 @@ doc = [ "sphinx-notfound-page==1.0.2", "sphinxcontrib-websupport==1.2.7", "sphinxemoji==0.3.1", - "sphinx-reredirects==0.1.3", + "sphinx-reredirects==0.1.4", "vtk==9.3.0", ]