From 5820f0126328ec940036fb5afc5087c2e59dd558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:27:05 +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.2.3...v9.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.1 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 9226b381c..2415e2922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ dev = [ "pytest-xdist[psutil]>=3.8.0,<4", "ruff>=0.14.5,<1", "scalene>=1.5.55,<2", - "sphinx>=8.2.3,<9", + "sphinx>=8.2.3,<10", "sphinx-autobuild>=2025.8.25,<2026", "sphinx-click>=6.1.0,<7", "sphinx-copybutton>=0.5.2,<1",