From e12ee6351a2b63814219ed8f824c4815da66e818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:43:51 +0000 Subject: [PATCH] Update sphinx requirement from <7.2 to <8.2 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/v0.1.61611...v8.1.3) --- 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 3a63545..605f91e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dynamic = [ "version", ] dependencies = [ - "sphinx<7.2", + "sphinx<8.2", "sphinx-design==0.6.1", ] [project.optional-dependencies]