From d24d05a6e5787035ba12620fdef86e937658c29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:52:30 +0000 Subject: [PATCH] :arrow_up: Update sphinx requirement from ~=8.2 to ~=9.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/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.2.0...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f9440f9..5bf33357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ testing-docutils = [ mypy = [ "mypy==1.19.1", "types-urllib3", - "sphinx~=8.2", + "sphinx~=9.0", "markdown-it-py~=4.0", "mdit-py-plugins~=0.5.0", ]