diff --git a/doc/changelog.d/1323.dependencies.md b/doc/changelog.d/1323.dependencies.md new file mode 100644 index 0000000000..d0c2dab4b4 --- /dev/null +++ b/doc/changelog.d/1323.dependencies.md @@ -0,0 +1 @@ +build: bump the docs-deps group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 695b5d6c90..d207f748b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,8 +92,8 @@ doc = [ "panel==1.4.4", "pyvista[jupyter]==0.44.1", "requests==2.32.3", - "sphinx==7.4.5", - "sphinx-autodoc-typehints==2.2.2", + "sphinx==7.4.7", + "sphinx-autodoc-typehints==2.2.3", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "trame-vtk==2.8.9",