diff --git a/core/pyproject.toml b/core/pyproject.toml index 89d6bfdc0e..066464eec8 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -91,7 +91,7 @@ docs = [ "sphinx_tabs == 3.4.5", # Sphinx 2024.2.4 deprecated support for Python 3.8 "sphinx-autobuild == 2021.3.14 ; python_version < '3.9'", - "sphinx-autobuild == 2024.2.4 ; python_version >= '3.9'", + "sphinx-autobuild == 2024.4.13 ; python_version >= '3.9'", "sphinx-autodoc-typehints == 2.0.1", "sphinx-csv-filter == 0.4.1", "sphinx-copybutton == 0.5.2",