From a9f211d3f6cb05853333c8e150a845a8e3dbf838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:19:21 +0000 Subject: [PATCH] Update sphinx requirement from <8,>=7.0.1 to >=7.0.1,<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/v7.0.1...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 b3009ac2..82683189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = [ "zest.releaser>=6.20.1", ] doc = [ - "Sphinx>=7.0.1,<8", + "Sphinx>=7.0.1,<9", "docutils==0.20.1", "myst-parser>=2,<3", ]