From 7651086c36134f9447068ad909ead231c7404f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:23:05 +0000 Subject: [PATCH] Update sphinx requirement from >=3.5.3,<6.0.0 to >=3.5.3,<8.0.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/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-version: 7.4.7 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 8f1aefb..cbafc73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" version = "4.1.0" [tool.poetry.dependencies] -Sphinx = {version = ">=3.5.3,<6.0.0", optional = true} +Sphinx = {version = ">=3.5.3,<8.0.0", optional = true} httpx = ">=0.23,<0.28.1" pydantic = ">=1.8.2,<3.0.0" python = "^3.9"