From 40b2f670f82aa06eb3f9523a9022931e65a255f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:13:10 +0000 Subject: [PATCH] Update sphinx requirement from <8.3.0,>=4.3.0 to >=4.3.0,<9.2.0 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/v4.3.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.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 57907ce..33b1c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "build", "setuptools", "wheel", - "Sphinx>=4.3.0,<8.3.0", + "Sphinx>=4.3.0,<9.2.0", "furo==2025.9.25", "myst-parser>=1.0,<4.1",