diff --git a/pyproject.toml b/pyproject.toml index 0a18bf5720e..9019d657219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ doc = [ "Sphinx>=7.1.0,<8.1", # NOTE: latest compatible version for Python 3.8 is 2021.3.14 "sphinx-autobuild==2021.3.14; python_version == '3.8'", - "sphinx-autobuild==2024.9.3; python_version > '3.8'", + "sphinx-autobuild==2024.9.19; python_version > '3.8'", #"sphinx-autodoc-typehints", "sphinx-copybutton>=0.5.0,<0.6", "sphinx-gallery>=0.14.0,<0.18", @@ -106,7 +106,7 @@ doc-no-examples = [ "Sphinx>=7.1.0,<8.1", # NOTE: latest compatible version for Python 3.8 is 2021.3.14 "sphinx-autobuild==2021.3.14; python_version == '3.8'", - "sphinx-autobuild==2024.9.3; python_version > '3.8'", + "sphinx-autobuild==2024.9.19; python_version > '3.8'", #"sphinx-autodoc-typehints", "sphinx-copybutton>=0.5.0,<0.6", "sphinx-gallery>=0.14.0,<0.18",