From 1d657fbe67441c6affbb5c8c89c2e81cfdbdfa1c Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Fri, 7 Mar 2025 17:12:41 +1000 Subject: [PATCH] chore(deps-dev): update sphinx-related dependencies Signed-off-by: behnazh-w --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",