From 6e1d23900cbe27ff09c5203a7a7b09cb5cd1a04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:03:09 +0000 Subject: [PATCH] chore(deps-dev): update sphinx requirement from <8,>=6 to >=6,<9 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/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.0.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 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 c51d5c4b..12695a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ contract-tests = [ "urllib3>=1.26.0,<3", ] docs = [ - "sphinx>=6,<8", + "sphinx>=6,<9", "sphinx-rtd-theme>=1.3,<4.0", "expiringdict>=1.1.4", "pyrfc3339>=1.0",