From a0ebf7a5dffe88f300c830de5d1d08010c16d350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 06:46:49 +0000 Subject: [PATCH] Chore(deps): Update sphinx requirement from <7.2 to <7.5 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/v0.1.61611...v7.4.7) --- updated-dependencies: - dependency-name: sphinx 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 e8207c9..3b17155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dynamic = [ "version", ] dependencies = [ - "sphinx<7.2", + "sphinx<7.5", "sphinx-design==0.6.1", ] [project.optional-dependencies]