diff --git a/doc/source/changelog/1249.dependencies.md b/doc/source/changelog/1249.dependencies.md new file mode 100644 index 000000000..879a5abee --- /dev/null +++ b/doc/source/changelog/1249.dependencies.md @@ -0,0 +1 @@ +Bump the docs-deps group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index e57238d8e..0e991e482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,11 +46,11 @@ dependencies = [ # Optional dependencies: [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.2", + "ansys-sphinx-theme[autoapi]==1.6.1", "jupyter_sphinx==0.5.3", "myst-parser==4.0.1", "nbsphinx==0.9.7", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "pyvista[jupyter]==0.45.3", "pypandoc==1.15", "sphinx==8.1.3",