From 4db787402d3ac99a73ef4f004d4a62903ae0f31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:23:49 +0000 Subject: [PATCH] chore(deps-dev): update sphinx requirement Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b48b54b96..6129dead8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "types-beautifulsoup4 >= 4.12.0,<5.0.0", ] docs = [ - "sphinx >=8.0.0,<9.0.0", + "sphinx >=8.0.0,<10.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",