diff --git a/pyproject.toml b/pyproject.toml index 91b92ccc7..5f2e05dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 - 2024, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2022 - 2025, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. # https://flit.pypa.io/en/latest/pyproject_toml.html @@ -78,9 +78,9 @@ dev = [ "types-beautifulsoup4 >= 4.12.0,<5.0.0", ] docs = [ - "sphinx >=7.0.0,<8.0.0", - "sphinx-autodoc-typehints >=2.0.0,<3.0.0", - "sphinx-rtd-theme >=2.0.0,<3.0.0", + "sphinx >=8.0.0,<9.0.0", + "sphinx-autodoc-typehints >=3.0.0,<4.0.0", + "sphinx-rtd-theme >=3.0.0,<4.0.0", "numpydoc >=1.5.0,<2.0.0", "sphinx_tabs >=3.4.1,<4.0.0", "sphinx-togglebutton >=0.3.2,<1.0.0",